Color Hex Logo

#e9cdb0 Color Hex

#E9CDB0
(233,205,176)
0 Favorites   0 Comments

Color spaces of #e9cdb0

RGB 233205176
HSL0.080.560.80
HSV31°24°91°
CMYK 0.000.120.24   0.09
XYZ63.272164.120950.1161
Yxy64.12090.35640.3612
Hunter Lab80.07550.910518.9456
CIE-Lab84.02875.419318.0436

#e9cdb0 color RGB value is (233,205,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 10110000
Octal 351 315 260
Decimal 233 205 176
Hex E9 CD B0

RGB Percentages of Color #e9cdb0

%37.95
%33.39
%28.66

CMYK Percentages of Color #e9cdb0

%0
%12
%24
%9

Triadic Colors of #e9cdb0

#e9cdb0 #b0e9cd #cdb0e9

Analogous Colors of #e9cdb0

#e9cdb0 #e9e9b0 #e9b1b0

Monochromatic Colors of #e9cdb0

#e9cdb0

Complementary Color

#e9cdb0 #b0cce9

#e9cdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cdb0 Color CSS Codes

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

#e9cdb0 Text Font Color

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

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


#e9cdb0 Background Color

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

This div background color is #e9cdb0


#e9cdb0 Border Color

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

This div border color is #e9cdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cdb0

#e9cdb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.