Color Hex Logo

#e1bbae Color Hex

#E1BBAE
(225,187,174)
0 Favorites   0 Comments

Color spaces of #e1bbae

RGB 225187174
HSL0.040.460.78
HSV15°23°88°
CMYK 0.000.170.23   0.12
XYZ56.461654.604247.6082
Yxy54.60420.35580.3441
Hunter Lab73.89477.073113.5274
CIE-Lab78.812711.639511.6707

#e1bbae color RGB value is (225,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 10101110
Octal 341 273 256
Decimal 225 187 174
Hex E1 BB AE

RGB Percentages of Color #e1bbae

%38.40
%31.91
%29.69

CMYK Percentages of Color #e1bbae

%0
%17
%23
%12

Triadic Colors of #e1bbae

#e1bbae #aee1bb #bbaee1

Analogous Colors of #e1bbae

#e1bbae #e1d5ae #e1aebb

Monochromatic Colors of #e1bbae

#e1bbae

Complementary Color

#e1bbae #aed4e1

#e1bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bbae Color CSS Codes

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

#e1bbae Text Font Color

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

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


#e1bbae Background Color

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

This div background color is #e1bbae


#e1bbae Border Color

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

This div border color is #e1bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bbae


Comments

No comments written yet.

Please login to write comment.