Color Hex Logo

#e7cdaf Color Hex

#E7CDAF
(231,205,175)
0 Favorites   0 Comments

Color spaces of #e7cdaf

RGB 231205175
HSL0.090.540.80
HSV32°24°91°
CMYK 0.000.110.24   0.09
XYZ62.524263.746749.5664
Yxy63.74670.35560.3625
Hunter Lab79.84150.061319.0813
CIE-Lab83.83374.532718.2742

#e7cdaf color RGB value is (231,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001101 10101111
Octal 347 315 257
Decimal 231 205 175
Hex E7 CD AF

RGB Percentages of Color #e7cdaf

%37.81
%33.55
%28.64

CMYK Percentages of Color #e7cdaf

%0
%11
%24
%9

Triadic Colors of #e7cdaf

#e7cdaf #afe7cd #cdafe7

Analogous Colors of #e7cdaf

#e7cdaf #e5e7af #e7b1af

Monochromatic Colors of #e7cdaf

#e7cdaf

Complementary Color

#e7cdaf #afc9e7

#e7cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cdaf Color CSS Codes

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

#e7cdaf Text Font Color

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

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


#e7cdaf Background Color

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

This div background color is #e7cdaf


#e7cdaf Border Color

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

This div border color is #e7cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cdaf


Comments

No comments written yet.

Please login to write comment.