Color Hex Logo

#e7cfaf Color Hex

#E7CFAF
(231,207,175)
0 Favorites   0 Comments

Color spaces of #e7cfaf

RGB 231207175
HSL0.100.540.80
HSV34°24°91°
CMYK 0.000.100.24   0.09
XYZ63.005764.709749.7269
Yxy64.70970.35510.3647
Hunter Lab80.4423-0.965719.6584
CIE-Lab84.33393.490118.9707

#e7cfaf color RGB value is (231,207,175).

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

The process color (four color CMYK) of #e7cfaf color hex is 0.00, 0.10, 0.24, 0.09. Web safe color of #e7cfaf is #ffcc99. Color #e7cfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001111 10101111
Octal 347 317 257
Decimal 231 207 175
Hex E7 CF AF

RGB Percentages of Color #e7cfaf

%37.68
%33.77
%28.55

CMYK Percentages of Color #e7cfaf

%0
%10
%24
%9

Triadic Colors of #e7cfaf

#e7cfaf #afe7cf #cfafe7

Analogous Colors of #e7cfaf

#e7cfaf #e3e7af #e7b3af

Monochromatic Colors of #e7cfaf

#e7cfaf

Complementary Color

#e7cfaf #afc7e7

#e7cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cfaf Color CSS Codes

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

#e7cfaf Text Font Color

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

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


#e7cfaf Background Color

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

This div background color is #e7cfaf


#e7cfaf Border Color

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

This div border color is #e7cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cfaf


Comments

No comments written yet.

Please login to write comment.