Color Hex Logo

#e0cbac Color Hex

#E0CBAC
(224,203,172)
0 Favorites   0 Comments

Color spaces of #e0cbac

RGB 224203172
HSL0.100.460.78
HSV36°23°88°
CMYK 0.000.090.23   0.12
XYZ59.542861.537747.7695
Yxy61.53770.35260.3645
Hunter Lab78.4460-1.793718.8077
CIE-Lab82.66702.537218.1446

#e0cbac color RGB value is (224,203,172).

#e0cbac hex color red value is 224, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e0cbac hue: 0.10 , saturation: 0.46 and the lightness value of e0cbac is 0.78.

The process color (four color CMYK) of #e0cbac color hex is 0.00, 0.09, 0.23, 0.12. Web safe color of #e0cbac is #cccc99. Color #e0cbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001011 10101100
Octal 340 313 254
Decimal 224 203 172
Hex E0 CB AC

RGB Percentages of Color #e0cbac

%37.40
%33.89
%28.71

CMYK Percentages of Color #e0cbac

%0
%9
%23
%12

Triadic Colors of #e0cbac

#e0cbac #ace0cb #cbace0

Analogous Colors of #e0cbac

#e0cbac #dbe0ac #e0b1ac

Monochromatic Colors of #e0cbac

#e0cbac

Complementary Color

#e0cbac #acc1e0

#e0cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cbac Color CSS Codes

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

#e0cbac Text Font Color

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

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


#e0cbac Background Color

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

This div background color is #e0cbac


#e0cbac Border Color

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

This div border color is #e0cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cbac


Comments

No comments written yet.

Please login to write comment.