Color Hex Logo

#e0cbbd Color Hex

#E0CBBD
(224,203,189)
0 Favorites   0 Comments

Color spaces of #e0cbbd

RGB 224203189
HSL0.070.360.81
HSV24°16°88°
CMYK 0.000.090.16   0.12
XYZ61.281762.233356.9264
Yxy62.23330.33960.3449
Hunter Lab78.88810.607912.4374
CIE-Lab83.03735.06569.6346

#e0cbbd color RGB value is (224,203,189).

#e0cbbd hex color red value is 224, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e0cbbd hue: 0.07 , saturation: 0.36 and the lightness value of e0cbbd is 0.81.

The process color (four color CMYK) of #e0cbbd color hex is 0.00, 0.09, 0.16, 0.12. Web safe color of #e0cbbd is #cccccc. Color #e0cbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001011 10111101
Octal 340 313 275
Decimal 224 203 189
Hex E0 CB BD

RGB Percentages of Color #e0cbbd

%36.36
%32.95
%30.68

CMYK Percentages of Color #e0cbbd

%0
%9
%16
%12

Triadic Colors of #e0cbbd

#e0cbbd #bde0cb #cbbde0

Analogous Colors of #e0cbbd

#e0cbbd #e0ddbd #e0bdc1

Monochromatic Colors of #e0cbbd

#e0cbbd

Complementary Color

#e0cbbd #bdd2e0

#e0cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cbbd Color CSS Codes

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

#e0cbbd Text Font Color

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

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


#e0cbbd Background Color

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

This div background color is #e0cbbd


#e0cbbd Border Color

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

This div border color is #e0cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cbbd


Comments

No comments written yet.

Please login to write comment.