Color Hex Logo

#e5caba Color Hex

#E5CABA
(229,202,186)
0 Favorites   0 Comments

Color spaces of #e5caba

RGB 229202186
HSL0.060.450.81
HSV22°19°90°
CMYK 0.000.120.19   0.10
XYZ62.296662.444255.2239
Yxy62.44420.34620.3470
Hunter Lab79.02162.432313.8806
CIE-Lab83.14916.955411.4498

#e5caba color RGB value is (229,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001010 10111010
Octal 345 312 272
Decimal 229 202 186
Hex E5 CA BA

RGB Percentages of Color #e5caba

%37.12
%32.74
%30.15

CMYK Percentages of Color #e5caba

%0
%12
%19
%10

Triadic Colors of #e5caba

#e5caba #bae5ca #cabae5

Analogous Colors of #e5caba

#e5caba #e5e0ba #e5bac0

Monochromatic Colors of #e5caba

#e5caba

Complementary Color

#e5caba #bad5e5

#e5caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5caba Color CSS Codes

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

#e5caba Text Font Color

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

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


#e5caba Background Color

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

This div background color is #e5caba


#e5caba Border Color

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

This div border color is #e5caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5caba


Comments

No comments written yet.

Please login to write comment.