Color Hex Logo

#edf69c Color Hex

#EDF69C
(237,246,156)
0 Favorites   0 Comments

Color spaces of #edf69c

RGB 237246156
HSL0.180.830.79
HSV66°37°96°
CMYK 0.040.000.37   0.04
XYZ73.881686.316444.2192
Yxy86.31640.36140.4223
Hunter Lab92.9066-20.639136.8154
CIE-Lab94.4475-16.336942.3181

#edf69c color RGB value is (237,246,156).

#edf69c hex color red value is 237, green value is 246 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #edf69c hue: 0.18 , saturation: 0.83 and the lightness value of edf69c is 0.79.

The process color (four color CMYK) of #edf69c color hex is 0.04, 0.00, 0.37, 0.04. Web safe color of #edf69c is #ffff99. Color #edf69c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 10011100
Octal 355 366 234
Decimal 237 246 156
Hex ED F6 9C

RGB Percentages of Color #edf69c

%37.09
%38.50
%24.41

CMYK Percentages of Color #edf69c

%4
%0
%37
%4

Triadic Colors of #edf69c

#edf69c #9cedf6 #f69ced

Analogous Colors of #edf69c

#edf69c #c0f69c #f6d29c

Monochromatic Colors of #edf69c

#edf69c

Complementary Color

#edf69c #a59cf6

#edf69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf69c Color CSS Codes

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

#edf69c Text Font Color

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

This sample text font color is #edf69c
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.


#edf69c Background Color

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

This div background color is #edf69c


#edf69c Border Color

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

This div border color is #edf69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf69c


Comments

No comments written yet.

Please login to write comment.