Color Hex Logo

#e4ccaa Color Hex

#E4CCAA
(228,204,170)
0 Favorites   0 Comments

Color spaces of #e4ccaa

RGB 228204170
HSL0.100.520.78
HSV35°25°89°
CMYK 0.000.110.25   0.11
XYZ60.843562.582046.9029
Yxy62.58200.35720.3674
Hunter Lab79.1088-1.153920.2236
CIE-Lab83.22203.237820.0261

#e4ccaa color RGB value is (228,204,170).

#e4ccaa hex color red value is 228, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e4ccaa hue: 0.10 , saturation: 0.52 and the lightness value of e4ccaa is 0.78.

The process color (four color CMYK) of #e4ccaa color hex is 0.00, 0.11, 0.25, 0.11. Web safe color of #e4ccaa is #cccc99. Color #e4ccaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 10101010
Octal 344 314 252
Decimal 228 204 170
Hex E4 CC AA

RGB Percentages of Color #e4ccaa

%37.87
%33.89
%28.24

CMYK Percentages of Color #e4ccaa

%0
%11
%25
%11

Triadic Colors of #e4ccaa

#e4ccaa #aae4cc #ccaae4

Analogous Colors of #e4ccaa

#e4ccaa #dfe4aa #e4afaa

Monochromatic Colors of #e4ccaa

#e4ccaa

Complementary Color

#e4ccaa #aac2e4

#e4ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ccaa Color CSS Codes

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

#e4ccaa Text Font Color

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

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


#e4ccaa Background Color

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

This div background color is #e4ccaa


#e4ccaa Border Color

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

This div border color is #e4ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ccaa


Comments

No comments written yet.

Please login to write comment.