Color Hex Logo

#eaccaa Color Hex

#EACCAA
(234,204,170)
0 Favorites   0 Comments

Color spaces of #eaccaa

RGB 234204170
HSL0.090.600.79
HSV32°27°92°
CMYK 0.000.130.27   0.08
XYZ62.780263.580446.9936
Yxy63.58040.36210.3668
Hunter Lab79.73730.999520.8733
CIE-Lab83.74685.499920.8338

#eaccaa color RGB value is (234,204,170).

#eaccaa hex color red value is 234, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eaccaa hue: 0.09 , saturation: 0.60 and the lightness value of eaccaa is 0.79.

The process color (four color CMYK) of #eaccaa color hex is 0.00, 0.13, 0.27, 0.08. Web safe color of #eaccaa is #ffcc99. Color #eaccaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 10101010
Octal 352 314 252
Decimal 234 204 170
Hex EA CC AA

RGB Percentages of Color #eaccaa

%38.49
%33.55
%27.96

CMYK Percentages of Color #eaccaa

%0
%13
%27
%8

Triadic Colors of #eaccaa

#eaccaa #aaeacc #ccaaea

Analogous Colors of #eaccaa

#eaccaa #e8eaaa #eaacaa

Monochromatic Colors of #eaccaa

#eaccaa

Complementary Color

#eaccaa #aac8ea

#eaccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaccaa Color CSS Codes

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

#eaccaa Text Font Color

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

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


#eaccaa Background Color

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

This div background color is #eaccaa


#eaccaa Border Color

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

This div border color is #eaccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaccaa


Comments

No comments written yet.

Please login to write comment.