Color Hex Logo

#eeccaa Color Hex

#EECCAA
(238,204,170)
2 Favorites   0 Comments

Color spaces of #eeccaa

RGB 238204170
HSL0.080.670.80
HSV30°29°93°
CMYK 0.000.140.29   0.07
XYZ64.108564.265247.0557
Yxy64.26520.36540.3663
Hunter Lab80.16562.456921.3138
CIE-Lab84.10377.011521.3824

#eeccaa color RGB value is (238,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 10101010
Octal 356 314 252
Decimal 238 204 170
Hex EE CC AA

RGB Percentages of Color #eeccaa

%38.89
%33.33
%27.78

CMYK Percentages of Color #eeccaa

%0
%14
%29
%7

Triadic Colors of #eeccaa

#eeccaa #aaeecc #ccaaee

Analogous Colors of #eeccaa

#eeccaa #eeeeaa #eeaaaa

Monochromatic Colors of #eeccaa

#eeccaa

Complementary Color

#eeccaa #aaccee

#eeccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeccaa Color CSS Codes

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

#eeccaa Text Font Color

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

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


#eeccaa Background Color

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

This div background color is #eeccaa


#eeccaa Border Color

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

This div border color is #eeccaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,204,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 #eeccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeccaa

#eeccaa Color Palettes


Comments

No comments written yet.

Please login to write comment.