Color Hex Logo

#e5cbac Color Hex

#E5CBAC
(229,203,172)
0 Favorites   0 Comments

Color spaces of #e5cbac

RGB 229203172
HSL0.090.520.79
HSV33°25°90°
CMYK 0.000.110.25   0.10
XYZ61.115462.348447.8430
Yxy62.34840.35680.3640
Hunter Lab78.9610-0.023719.3485
CIE-Lab83.09844.411518.8105

#e5cbac color RGB value is (229,203,172).

#e5cbac hex color red value is 229, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e5cbac hue: 0.09 , saturation: 0.52 and the lightness value of e5cbac is 0.79.

The process color (four color CMYK) of #e5cbac color hex is 0.00, 0.11, 0.25, 0.10. Web safe color of #e5cbac is #cccc99. Color #e5cbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001011 10101100
Octal 345 313 254
Decimal 229 203 172
Hex E5 CB AC

RGB Percentages of Color #e5cbac

%37.91
%33.61
%28.48

CMYK Percentages of Color #e5cbac

%0
%11
%25
%10

Triadic Colors of #e5cbac

#e5cbac #ace5cb #cbace5

Analogous Colors of #e5cbac

#e5cbac #e3e5ac #e5afac

Monochromatic Colors of #e5cbac

#e5cbac

Complementary Color

#e5cbac #acc6e5

#e5cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cbac Color CSS Codes

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

#e5cbac Text Font Color

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

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


#e5cbac Background Color

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

This div background color is #e5cbac


#e5cbac Border Color

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

This div border color is #e5cbac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,203,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cbac


Comments

No comments written yet.

Please login to write comment.