Color Hex Logo

#e0b9ba Color Hex

#E0B9BA
(224,185,186)
0 Favorites   0 Comments

Color spaces of #e0b9ba

RGB 224185186
HSL1.000.390.80
HSV358°17°88°
CMYK 0.000.170.17   0.12
XYZ56.952454.090453.8931
Yxy54.09040.34530.3279
Hunter Lab73.54629.52038.0359
CIE-Lab78.514414.13974.7506

#e0b9ba color RGB value is (224,185,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111001 10111010
Octal 340 271 272
Decimal 224 185 186
Hex E0 B9 BA

RGB Percentages of Color #e0b9ba

%37.65
%31.09
%31.26

CMYK Percentages of Color #e0b9ba

%0
%17
%17
%12

Triadic Colors of #e0b9ba

#e0b9ba #bae0b9 #b9bae0

Analogous Colors of #e0b9ba

#e0b9ba #e0ccb9 #e0b9ce

Monochromatic Colors of #e0b9ba

#e0b9ba

Complementary Color

#e0b9ba #b9e0df

#e0b9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b9ba Color CSS Codes

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

#e0b9ba Text Font Color

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

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


#e0b9ba Background Color

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

This div background color is #e0b9ba


#e0b9ba Border Color

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

This div border color is #e0b9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b9ba


Comments

No comments written yet.

Please login to write comment.