Color Hex Logo

#eedc8c Color Hex

#EEDC8C
(238,220,140)
0 Favorites   0 Comments

Color spaces of #eedc8c

RGB 238220140
HSL0.140.740.74
HSV49°41°93°
CMYK 0.000.080.41   0.07
XYZ65.586771.257035.1081
Yxy71.25700.38140.4144
Hunter Lab84.4139-9.035834.4307
CIE-Lab87.6097-4.756241.4927

#eedc8c color RGB value is (238,220,140).

#eedc8c hex color red value is 238, green value is 220 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eedc8c hue: 0.14 , saturation: 0.74 and the lightness value of eedc8c is 0.74.

The process color (four color CMYK) of #eedc8c color hex is 0.00, 0.08, 0.41, 0.07. Web safe color of #eedc8c is #ffcc99. Color #eedc8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10001100
Octal 356 334 214
Decimal 238 220 140
Hex EE DC 8C

RGB Percentages of Color #eedc8c

%39.80
%36.79
%23.41

CMYK Percentages of Color #eedc8c

%0
%8
%41
%7

Triadic Colors of #eedc8c

#eedc8c #8ceedc #dc8cee

Analogous Colors of #eedc8c

#eedc8c #cfee8c #eeab8c

Monochromatic Colors of #eedc8c

#eedc8c

Complementary Color

#eedc8c #8c9eee

#eedc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc8c Color CSS Codes

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

#eedc8c Text Font Color

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

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


#eedc8c Background Color

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

This div background color is #eedc8c


#eedc8c Border Color

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

This div border color is #eedc8c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,220,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eedc8c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eedc8c;
  -webkit-box-shadow: 1px 1px 3px 2px #eedc8c;
  box-shadow:         1px 1px 3px 2px #eedc8c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,220,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc8c


Comments

No comments written yet.

Please login to write comment.