Color Hex Logo

#e0ba9e Color Hex

#E0BA9E
(224,186,158)
0 Favorites   0 Comments

Color spaces of #e0ba9e

RGB 224186158
HSL0.070.520.75
HSV25°29°88°
CMYK 0.000.170.29   0.12
XYZ54.470953.433739.7906
Yxy53.43370.36880.3618
Hunter Lab73.09845.091218.8947
CIE-Lab78.13049.581719.3045

#e0ba9e color RGB value is (224,186,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 10011110
Octal 340 272 236
Decimal 224 186 158
Hex E0 BA 9E

RGB Percentages of Color #e0ba9e

%39.44
%32.75
%27.82

CMYK Percentages of Color #e0ba9e

%0
%17
%29
%12

Triadic Colors of #e0ba9e

#e0ba9e #9ee0ba #ba9ee0

Analogous Colors of #e0ba9e

#e0ba9e #e0db9e #e09ea3

Monochromatic Colors of #e0ba9e

#e0ba9e

Complementary Color

#e0ba9e #9ec4e0

#e0ba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ba9e Color CSS Codes

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

#e0ba9e Text Font Color

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

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


#e0ba9e Background Color

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

This div background color is #e0ba9e


#e0ba9e Border Color

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

This div border color is #e0ba9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ba9e


Comments

No comments written yet.

Please login to write comment.