Color Hex Logo

#e4ccaf Color Hex

#E4CCAF
(228,204,175)
0 Favorites   0 Comments

Color spaces of #e4ccaf

RGB 228204175
HSL0.090.500.79
HSV33°23°89°
CMYK 0.000.110.23   0.11
XYZ61.325662.774949.4420
Yxy62.77490.35340.3617
Hunter Lab79.2306-0.492118.4629
CIE-Lab83.32383.933917.5238

#e4ccaf color RGB value is (228,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 10101111
Octal 344 314 257
Decimal 228 204 175
Hex E4 CC AF

RGB Percentages of Color #e4ccaf

%37.56
%33.61
%28.83

CMYK Percentages of Color #e4ccaf

%0
%11
%23
%11

Triadic Colors of #e4ccaf

#e4ccaf #afe4cc #ccafe4

Analogous Colors of #e4ccaf

#e4ccaf #e2e4af #e4b2af

Monochromatic Colors of #e4ccaf

#e4ccaf

Complementary Color

#e4ccaf #afc7e4

#e4ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ccaf Color CSS Codes

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

#e4ccaf Text Font Color

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

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


#e4ccaf Background Color

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

This div background color is #e4ccaf


#e4ccaf Border Color

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

This div border color is #e4ccaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,204,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ccaf

#e4ccaf Color Palettes


Comments

No comments written yet.

Please login to write comment.