Color Hex Logo

#e0caba Color Hex

#E0CABA
(224,202,186)
0 Favorites   0 Comments

Color spaces of #e0caba

RGB 224202186
HSL0.070.380.80
HSV25°17°88°
CMYK 0.000.100.17   0.12
XYZ60.723961.633555.1503
Yxy61.63350.34210.3472
Hunter Lab78.50700.679613.3043
CIE-Lab82.71815.126910.7776

#e0caba color RGB value is (224,202,186).

#e0caba hex color red value is 224, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e0caba hue: 0.07 , saturation: 0.38 and the lightness value of e0caba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 10111010
Octal 340 312 272
Decimal 224 202 186
Hex E0 CA BA

RGB Percentages of Color #e0caba

%36.60
%33.01
%30.39

CMYK Percentages of Color #e0caba

%0
%10
%17
%12

Triadic Colors of #e0caba

#e0caba #bae0ca #cabae0

Analogous Colors of #e0caba

#e0caba #e0ddba #e0babd

Monochromatic Colors of #e0caba

#e0caba

Complementary Color

#e0caba #bad0e0

#e0caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0caba Color CSS Codes

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

#e0caba Text Font Color

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

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


#e0caba Background Color

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

This div background color is #e0caba


#e0caba Border Color

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

This div border color is #e0caba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,202,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0caba


Comments

No comments written yet.

Please login to write comment.