Color Hex Logo

#e0babe Color Hex

#E0BABE
(224,186,190)
0 Favorites   0 Comments

Color spaces of #e0babe

RGB 224186190
HSL0.980.380.80
HSV354°17°88°
CMYK 0.000.170.15   0.12
XYZ57.593654.682856.2345
Yxy54.68280.34180.3245
Hunter Lab73.94789.61446.6757
CIE-Lab78.858214.23393.0846

#e0babe color RGB value is (224,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 10111110
Octal 340 272 276
Decimal 224 186 190
Hex E0 BA BE

RGB Percentages of Color #e0babe

%37.33
%31.00
%31.67

CMYK Percentages of Color #e0babe

%0
%17
%15
%12

Triadic Colors of #e0babe

#e0babe #bee0ba #babee0

Analogous Colors of #e0babe

#e0babe #e0c9ba #e0bad1

Monochromatic Colors of #e0babe

#e0babe

Complementary Color

#e0babe #bae0dc

#e0babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0babe Color CSS Codes

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

#e0babe Text Font Color

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

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


#e0babe Background Color

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

This div background color is #e0babe


#e0babe Border Color

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

This div border color is #e0babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0babe


Comments

No comments written yet.

Please login to write comment.