Color Hex Logo

#e2cfaa Color Hex

#E2CFAA
(226,207,170)
0 Favorites   0 Comments

Color spaces of #e2cfaa

RGB 226207170
HSL0.110.490.78
HSV40°25°89°
CMYK 0.000.080.25   0.11
XYZ60.932663.696747.1134
Yxy63.69670.35480.3709
Hunter Lab79.8102-3.388720.8672
CIE-Lab83.80760.923720.8102

#e2cfaa color RGB value is (226,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 10101010
Octal 342 317 252
Decimal 226 207 170
Hex E2 CF AA

RGB Percentages of Color #e2cfaa

%37.48
%34.33
%28.19

CMYK Percentages of Color #e2cfaa

%0
%8
%25
%11

Triadic Colors of #e2cfaa

#e2cfaa #aae2cf #cfaae2

Analogous Colors of #e2cfaa

#e2cfaa #d9e2aa #e2b3aa

Monochromatic Colors of #e2cfaa

#e2cfaa

Complementary Color

#e2cfaa #aabde2

#e2cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cfaa Color CSS Codes

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

#e2cfaa Text Font Color

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

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


#e2cfaa Background Color

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

This div background color is #e2cfaa


#e2cfaa Border Color

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

This div border color is #e2cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cfaa


Comments

No comments written yet.

Please login to write comment.