Color Hex Logo

#e2caab Color Hex

#E2CAAB
(226,202,171)
0 Favorites   0 Comments

Color spaces of #e2caab

RGB 226202171
HSL0.090.490.78
HSV34°24°89°
CMYK 0.000.110.24   0.11
XYZ59.835261.350147.2162
Yxy61.35010.35530.3643
Hunter Lab78.3263-0.710919.0876
CIE-Lab82.56663.668918.5606

#e2caab color RGB value is (226,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001010 10101011
Octal 342 312 253
Decimal 226 202 171
Hex E2 CA AB

RGB Percentages of Color #e2caab

%37.73
%33.72
%28.55

CMYK Percentages of Color #e2caab

%0
%11
%24
%11

Triadic Colors of #e2caab

#e2caab #abe2ca #caabe2

Analogous Colors of #e2caab

#e2caab #dfe2ab #e2afab

Monochromatic Colors of #e2caab

#e2caab

Complementary Color

#e2caab #abc3e2

#e2caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2caab Color CSS Codes

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

#e2caab Text Font Color

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

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


#e2caab Background Color

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

This div background color is #e2caab


#e2caab Border Color

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

This div border color is #e2caab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,202,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2caab


Comments

No comments written yet.

Please login to write comment.