Color Hex Logo

#e8cfaa Color Hex

#E8CFAA
(232,207,170)
0 Favorites   0 Comments

Color spaces of #e8cfaa

RGB 232207170
HSL0.100.570.79
HSV36°27°91°
CMYK 0.000.110.27   0.09
XYZ62.847264.683747.2030
Yxy64.68370.35970.3702
Hunter Lab80.4262-1.261121.5004
CIE-Lab84.32053.182121.5987

#e8cfaa color RGB value is (232,207,170).

#e8cfaa hex color red value is 232, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e8cfaa hue: 0.10 , saturation: 0.57 and the lightness value of e8cfaa is 0.79.

The process color (four color CMYK) of #e8cfaa color hex is 0.00, 0.11, 0.27, 0.09. Web safe color of #e8cfaa is #ffcc99. Color #e8cfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001111 10101010
Octal 350 317 252
Decimal 232 207 170
Hex E8 CF AA

RGB Percentages of Color #e8cfaa

%38.10
%33.99
%27.91

CMYK Percentages of Color #e8cfaa

%0
%11
%27
%9

Triadic Colors of #e8cfaa

#e8cfaa #aae8cf #cfaae8

Analogous Colors of #e8cfaa

#e8cfaa #e2e8aa #e8b0aa

Monochromatic Colors of #e8cfaa

#e8cfaa

Complementary Color

#e8cfaa #aac3e8

#e8cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cfaa Color CSS Codes

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

#e8cfaa Text Font Color

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

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


#e8cfaa Background Color

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

This div background color is #e8cfaa


#e8cfaa Border Color

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

This div border color is #e8cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cfaa


Comments

No comments written yet.

Please login to write comment.