Color Hex Logo

#eedcaa Color Hex

#EEDCAA
(238,220,170)
0 Favorites   0 Comments

Color spaces of #eedcaa

RGB 238220170
HSL0.120.670.80
HSV44°29°93°
CMYK 0.000.080.29   0.07
XYZ68.108872.265848.3892
Yxy72.26580.36080.3828
Hunter Lab85.0093-5.753425.7573
CIE-Lab88.0964-1.261426.8513

#eedcaa color RGB value is (238,220,170).

#eedcaa hex color red value is 238, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eedcaa hue: 0.12 , saturation: 0.67 and the lightness value of eedcaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10101010
Octal 356 334 252
Decimal 238 220 170
Hex EE DC AA

RGB Percentages of Color #eedcaa

%37.90
%35.03
%27.07

CMYK Percentages of Color #eedcaa

%0
%8
%29
%7

Triadic Colors of #eedcaa

#eedcaa #aaeedc #dcaaee

Analogous Colors of #eedcaa

#eedcaa #deeeaa #eebaaa

Monochromatic Colors of #eedcaa

#eedcaa

Complementary Color

#eedcaa #aabcee

#eedcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcaa Color CSS Codes

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

#eedcaa Text Font Color

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

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


#eedcaa Background Color

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

This div background color is #eedcaa


#eedcaa Border Color

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

This div border color is #eedcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcaa

#eedcaa Color Palettes


Comments

No comments written yet.

Please login to write comment.