Color Hex Logo

#e2caaf Color Hex

#E2CAAF
(226,202,175)
0 Favorites   0 Comments

Color spaces of #e2caaf

RGB 226202175
HSL0.090.470.79
HSV32°23°89°
CMYK 0.000.110.23   0.11
XYZ60.222461.505049.2550
Yxy61.50500.35220.3597
Hunter Lab78.4251-0.174417.6604
CIE-Lab82.64954.234016.5553

#e2caaf color RGB value is (226,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001010 10101111
Octal 342 312 257
Decimal 226 202 175
Hex E2 CA AF

RGB Percentages of Color #e2caaf

%37.48
%33.50
%29.02

CMYK Percentages of Color #e2caaf

%0
%11
%23
%11

Triadic Colors of #e2caaf

#e2caaf #afe2ca #caafe2

Analogous Colors of #e2caaf

#e2caaf #e1e2af #e2b1af

Monochromatic Colors of #e2caaf

#e2caaf

Complementary Color

#e2caaf #afc7e2

#e2caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2caaf Color CSS Codes

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

#e2caaf Text Font Color

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

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


#e2caaf Background Color

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

This div background color is #e2caaf


#e2caaf Border Color

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

This div border color is #e2caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2caaf


Comments

No comments written yet.

Please login to write comment.