Color Hex Logo

#e2cfaf Color Hex

#E2CFAF
(226,207,175)
0 Favorites   0 Comments

Color spaces of #e2cfaf

RGB 226207175
HSL0.100.470.79
HSV38°23°89°
CMYK 0.000.080.23   0.11
XYZ61.414763.889549.6525
Yxy63.88950.35100.3652
Hunter Lab79.9309-2.729119.1211
CIE-Lab83.90821.624118.3136

#e2cfaf color RGB value is (226,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 10101111
Octal 342 317 257
Decimal 226 207 175
Hex E2 CF AF

RGB Percentages of Color #e2cfaf

%37.17
%34.05
%28.78

CMYK Percentages of Color #e2cfaf

%0
%8
%23
%11

Triadic Colors of #e2cfaf

#e2cfaf #afe2cf #cfafe2

Analogous Colors of #e2cfaf

#e2cfaf #dce2af #e2b6af

Monochromatic Colors of #e2cfaf

#e2cfaf

Complementary Color

#e2cfaf #afc2e2

#e2cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cfaf Color CSS Codes

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

#e2cfaf Text Font Color

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

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


#e2cfaf Background Color

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

This div background color is #e2cfaf


#e2cfaf Border Color

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

This div border color is #e2cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cfaf


Comments

No comments written yet.

Please login to write comment.