Color Hex Logo

#e0bbae Color Hex

#E0BBAE
(224,187,174)
0 Favorites   0 Comments

Color spaces of #e0bbae

RGB 224187174
HSL0.040.450.78
HSV16°22°88°
CMYK 0.000.170.22   0.12
XYZ56.150854.443947.5937
Yxy54.44390.35500.3442
Hunter Lab73.78616.711813.4069
CIE-Lab78.719911.267111.5259

#e0bbae color RGB value is (224,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 10101110
Octal 340 273 256
Decimal 224 187 174
Hex E0 BB AE

RGB Percentages of Color #e0bbae

%38.29
%31.97
%29.74

CMYK Percentages of Color #e0bbae

%0
%17
%22
%12

Triadic Colors of #e0bbae

#e0bbae #aee0bb #bbaee0

Analogous Colors of #e0bbae

#e0bbae #e0d4ae #e0aeba

Monochromatic Colors of #e0bbae

#e0bbae

Complementary Color

#e0bbae #aed3e0

#e0bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbae Color CSS Codes

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

#e0bbae Text Font Color

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

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


#e0bbae Background Color

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

This div background color is #e0bbae


#e0bbae Border Color

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

This div border color is #e0bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbae


Comments

No comments written yet.

Please login to write comment.