Color Hex Logo

#e0cfaa Color Hex

#E0CFAA
(224,207,170)
0 Favorites   0 Comments

Color spaces of #e0cfaa

RGB 224207170
HSL0.110.470.77
HSV41°24°88°
CMYK 0.000.080.24   0.12
XYZ60.309063.375247.0842
Yxy63.37520.35320.3711
Hunter Lab79.6085-4.088820.6591
CIE-Lab83.63940.172920.5515

#e0cfaa color RGB value is (224,207,170).

#e0cfaa hex color red value is 224, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e0cfaa hue: 0.11 , saturation: 0.47 and the lightness value of e0cfaa is 0.77.

The process color (four color CMYK) of #e0cfaa color hex is 0.00, 0.08, 0.24, 0.12. Web safe color of #e0cfaa is #cccc99. Color #e0cfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001111 10101010
Octal 340 317 252
Decimal 224 207 170
Hex E0 CF AA

RGB Percentages of Color #e0cfaa

%37.27
%34.44
%28.29

CMYK Percentages of Color #e0cfaa

%0
%8
%24
%12

Triadic Colors of #e0cfaa

#e0cfaa #aae0cf #cfaae0

Analogous Colors of #e0cfaa

#e0cfaa #d6e0aa #e0b4aa

Monochromatic Colors of #e0cfaa

#e0cfaa

Complementary Color

#e0cfaa #aabbe0

#e0cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cfaa Color CSS Codes

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

#e0cfaa Text Font Color

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

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


#e0cfaa Background Color

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

This div background color is #e0cfaa


#e0cfaa Border Color

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

This div border color is #e0cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cfaa


Comments

No comments written yet.

Please login to write comment.