Color Hex Logo

#e0baae Color Hex

#E0BAAE
(224,186,174)
0 Favorites   0 Comments

Color spaces of #e0baae

RGB 224186174
HSL0.040.450.78
HSV14°22°88°
CMYK 0.000.170.22   0.12
XYZ55.939454.021147.5232
Yxy54.02110.35520.3430
Hunter Lab73.49907.231313.1135
CIE-Lab78.474011.799611.1771

#e0baae color RGB value is (224,186,174).

#e0baae hex color red value is 224, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0baae hue: 0.04 , saturation: 0.45 and the lightness value of e0baae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 10101110
Octal 340 272 256
Decimal 224 186 174
Hex E0 BA AE

RGB Percentages of Color #e0baae

%38.36
%31.85
%29.79

CMYK Percentages of Color #e0baae

%0
%17
%22
%12

Triadic Colors of #e0baae

#e0baae #aee0ba #baaee0

Analogous Colors of #e0baae

#e0baae #e0d3ae #e0aebb

Monochromatic Colors of #e0baae

#e0baae

Complementary Color

#e0baae #aed4e0

#e0baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0baae Color CSS Codes

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

#e0baae Text Font Color

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

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


#e0baae Background Color

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

This div background color is #e0baae


#e0baae Border Color

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

This div border color is #e0baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0baae


Comments

No comments written yet.

Please login to write comment.