Color Hex Logo

#e9cdbf Color Hex

#E9CDBF
(233,205,191)
0 Favorites   0 Comments

Color spaces of #e9cdbf

RGB 233205191
HSL0.060.490.83
HSV20°18°91°
CMYK 0.000.120.18   0.09
XYZ64.839664.747958.3704
Yxy64.74790.34500.3445
Hunter Lab80.46613.019713.3171
CIE-Lab84.35377.594410.5532

#e9cdbf color RGB value is (233,205,191).

#e9cdbf hex color red value is 233, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e9cdbf hue: 0.06 , saturation: 0.49 and the lightness value of e9cdbf is 0.83.

The process color (four color CMYK) of #e9cdbf color hex is 0.00, 0.12, 0.18, 0.09. Web safe color of #e9cdbf is #ffcccc. Color #e9cdbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 10111111
Octal 351 315 277
Decimal 233 205 191
Hex E9 CD BF

RGB Percentages of Color #e9cdbf

%37.04
%32.59
%30.37

CMYK Percentages of Color #e9cdbf

%0
%12
%18
%9

Triadic Colors of #e9cdbf

#e9cdbf #bfe9cd #cdbfe9

Analogous Colors of #e9cdbf

#e9cdbf #e9e2bf #e9bfc6

Monochromatic Colors of #e9cdbf

#e9cdbf

Complementary Color

#e9cdbf #bfdbe9

#e9cdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cdbf Color CSS Codes

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

#e9cdbf Text Font Color

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

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


#e9cdbf Background Color

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

This div background color is #e9cdbf


#e9cdbf Border Color

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

This div border color is #e9cdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,205,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e9cdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cdbf


Comments

No comments written yet.

Please login to write comment.