color codes Logo

#edef9d color codes

#EDEF9D
(237,239,157)
1 Favorites   0 Comments

Color spaces of #edef9d

RGB 237239157
HSL0.170.720.78
HSV61°34°94°
CMYK 0.010.000.34   0.06
XYZ71.877482.171943.9707
Yxy82.17190.36300.4150
Hunter Lab90.6487-17.098634.6945
CIE-Lab92.6507-12.787339.4981

#edef9d color RGB value is (237,239,157).

#edef9d hex color red value is 237, green value is 239 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edef9d hue: 0.17 , saturation: 0.72 and the lightness value of edef9d is 0.78.

The process color (four color CMYK) of #edef9d color code is 0.01, 0.00, 0.34, 0.06. Web safe color of #edef9d is #ffff99. Color #edef9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 10011101
Octal 355 357 235
Decimal 237 239 157
Hex ED EF 9D

RGB Percentages of Color #edef9d

%37.44
%37.76
%24.80

CMYK Percentages of Color #edef9d

%1
%0
%34
%6

Triadic Colors of #edef9d

#edef9d #9dedef #ef9ded

Analogous Colors of #edef9d

#edef9d #c4ef9d #efc89d

Monochromatic Colors of #edef9d

#edef9d

Complementary Color

#edef9d #9f9def

#edef9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef9d Color CSS Codes

.mybgcolor {background-color:#edef9d; } 
.myforecolor {color:#edef9d; }
.mybordercolor {border:3px solid #edef9d; }

#edef9d Text Font Color

<p style="color:#edef9d">Text here</p>

This sample text font color is #edef9d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#edef9d Background Color

<div style="background-color:#edef9d">
Div content here</div>

This div background color is #edef9d


#edef9d Border Color

<div style="border:3px solid #edef9d">
Div here</div>

This div border color is #edef9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,239,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edef9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edef9d;
  -webkit-box-shadow: 1px 1px 3px 2px #edef9d;
  box-shadow:         1px 1px 3px 2px #edef9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,239,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edef9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #edef9d;
  -webkit-box-shadow: 1px 1px 3px 2px #edef9d;
  box-shadow:         1px 1px 3px 2px #edef9d;">
Div content here</div>

This div box has shadow with color #edef9d


Comments

No comments written yet.

Please login to write comment.