Color Hex Logo

#e1cfaf Color Hex

#E1CFAF
(225,207,175)
0 Favorites   0 Comments

Color spaces of #e1cfaf

RGB 225207175
HSL0.110.450.78
HSV38°22°88°
CMYK 0.000.080.22   0.12
XYZ61.102063.728349.6378
Yxy63.72830.35020.3653
Hunter Lab79.8300-3.078419.0149
CIE-Lab83.82411.251718.1838

#e1cfaf color RGB value is (225,207,175).

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

The process color (four color CMYK) of #e1cfaf color hex is 0.00, 0.08, 0.22, 0.12. Web safe color of #e1cfaf is #cccc99. Color #e1cfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 10101111
Octal 341 317 257
Decimal 225 207 175
Hex E1 CF AF

RGB Percentages of Color #e1cfaf

%37.07
%34.10
%28.83

CMYK Percentages of Color #e1cfaf

%0
%8
%22
%12

Triadic Colors of #e1cfaf

#e1cfaf #afe1cf #cfafe1

Analogous Colors of #e1cfaf

#e1cfaf #dae1af #e1b6af

Monochromatic Colors of #e1cfaf

#e1cfaf

Complementary Color

#e1cfaf #afc1e1

#e1cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cfaf Color CSS Codes

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

#e1cfaf Text Font Color

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

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


#e1cfaf Background Color

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

This div background color is #e1cfaf


#e1cfaf Border Color

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

This div border color is #e1cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cfaf


Comments

No comments written yet.

Please login to write comment.