Color Hex Logo

#e0cabd Color Hex

#E0CABD
(224,202,189)
0 Favorites   0 Comments

Color spaces of #e0cabd

RGB 224202189
HSL0.060.360.81
HSV22°16°88°
CMYK 0.000.100.16   0.12
XYZ61.046361.762556.8480
Yxy61.76250.33980.3438
Hunter Lab78.58911.123912.1245
CIE-Lab82.78705.59109.2769

#e0cabd color RGB value is (224,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 10111101
Octal 340 312 275
Decimal 224 202 189
Hex E0 CA BD

RGB Percentages of Color #e0cabd

%36.42
%32.85
%30.73

CMYK Percentages of Color #e0cabd

%0
%10
%16
%12

Triadic Colors of #e0cabd

#e0cabd #bde0ca #cabde0

Analogous Colors of #e0cabd

#e0cabd #e0dcbd #e0bdc2

Monochromatic Colors of #e0cabd

#e0cabd

Complementary Color

#e0cabd #bdd3e0

#e0cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cabd Color CSS Codes

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

#e0cabd Text Font Color

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

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


#e0cabd Background Color

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

This div background color is #e0cabd


#e0cabd Border Color

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

This div border color is #e0cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cabd


Comments

No comments written yet.

Please login to write comment.