Color Hex Logo

#e9cdbd Color Hex

#E9CDBD
(233,205,189)
0 Favorites   0 Comments

Color spaces of #e9cdbd

RGB 233205189
HSL0.060.500.83
HSV22°19°91°
CMYK 0.000.120.19   0.09
XYZ64.620964.660457.2189
Yxy64.66040.34650.3467
Hunter Lab80.41172.726714.0989
CIE-Lab84.30847.293911.5507

#e9cdbd color RGB value is (233,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 10111101
Octal 351 315 275
Decimal 233 205 189
Hex E9 CD BD

RGB Percentages of Color #e9cdbd

%37.16
%32.70
%30.14

CMYK Percentages of Color #e9cdbd

%0
%12
%19
%9

Triadic Colors of #e9cdbd

#e9cdbd #bde9cd #cdbde9

Analogous Colors of #e9cdbd

#e9cdbd #e9e3bd #e9bdc3

Monochromatic Colors of #e9cdbd

#e9cdbd

Complementary Color

#e9cdbd #bdd9e9

#e9cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cdbd Color CSS Codes

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

#e9cdbd Text Font Color

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

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


#e9cdbd Background Color

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

This div background color is #e9cdbd


#e9cdbd Border Color

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

This div border color is #e9cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cdbd

#e9cdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.