Color Hex Logo

#e9cbaf Color Hex

#E9CBAF
(233,203,175)
0 Favorites   0 Comments

Color spaces of #e9cbaf

RGB 233203175
HSL0.080.570.80
HSV29°25°91°
CMYK 0.000.130.25   0.09
XYZ62.698163.130749.4383
Yxy63.13070.35770.3602
Hunter Lab79.45481.809118.7270
CIE-Lab83.51116.326117.8506

#e9cbaf color RGB value is (233,203,175).

#e9cbaf hex color red value is 233, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e9cbaf hue: 0.08 , saturation: 0.57 and the lightness value of e9cbaf is 0.80.

The process color (four color CMYK) of #e9cbaf color hex is 0.00, 0.13, 0.25, 0.09. Web safe color of #e9cbaf is #ffcc99. Color #e9cbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001011 10101111
Octal 351 313 257
Decimal 233 203 175
Hex E9 CB AF

RGB Percentages of Color #e9cbaf

%38.13
%33.22
%28.64

CMYK Percentages of Color #e9cbaf

%0
%13
%25
%9

Triadic Colors of #e9cbaf

#e9cbaf #afe9cb #cbafe9

Analogous Colors of #e9cbaf

#e9cbaf #e9e8af #e9afb0

Monochromatic Colors of #e9cbaf

#e9cbaf

Complementary Color

#e9cbaf #afcde9

#e9cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cbaf Color CSS Codes

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

#e9cbaf Text Font Color

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

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


#e9cbaf Background Color

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

This div background color is #e9cbaf


#e9cbaf Border Color

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

This div border color is #e9cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cbaf

#e9cbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.