Color Hex Logo

#e2cbaf Color Hex

#E2CBAF
(226,203,175)
0 Favorites   0 Comments

Color spaces of #e2cbaf

RGB 226203175
HSL0.090.470.79
HSV33°23°89°
CMYK 0.000.100.23   0.11
XYZ60.457861.975849.3335
Yxy61.97580.35200.3608
Hunter Lab78.7247-0.686517.9527
CIE-Lab82.90053.710716.9066

#e2cbaf color RGB value is (226,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 10101111
Octal 342 313 257
Decimal 226 203 175
Hex E2 CB AF

RGB Percentages of Color #e2cbaf

%37.42
%33.61
%28.97

CMYK Percentages of Color #e2cbaf

%0
%10
%23
%11

Triadic Colors of #e2cbaf

#e2cbaf #afe2cb #cbafe2

Analogous Colors of #e2cbaf

#e2cbaf #e0e2af #e2b2af

Monochromatic Colors of #e2cbaf

#e2cbaf

Complementary Color

#e2cbaf #afc6e2

#e2cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cbaf Color CSS Codes

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

#e2cbaf Text Font Color

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

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


#e2cbaf Background Color

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

This div background color is #e2cbaf


#e2cbaf Border Color

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

This div border color is #e2cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cbaf


Comments

No comments written yet.

Please login to write comment.