Color Hex Logo

#e1baae Color Hex

#E1BAAE
(225,186,174)
0 Favorites   0 Comments

Color spaces of #e1baae

RGB 225186174
HSL0.040.460.78
HSV14°23°88°
CMYK 0.000.170.23   0.12
XYZ56.250254.181447.5377
Yxy54.18140.35610.3430
Hunter Lab73.60807.593113.2348
CIE-Lab78.567412.171811.3226

#e1baae color RGB value is (225,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 10101110
Octal 341 272 256
Decimal 225 186 174
Hex E1 BA AE

RGB Percentages of Color #e1baae

%38.46
%31.79
%29.74

CMYK Percentages of Color #e1baae

%0
%17
%23
%12

Triadic Colors of #e1baae

#e1baae #aee1ba #baaee1

Analogous Colors of #e1baae

#e1baae #e1d4ae #e1aebc

Monochromatic Colors of #e1baae

#e1baae

Complementary Color

#e1baae #aed5e1

#e1baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1baae Color CSS Codes

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

#e1baae Text Font Color

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

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


#e1baae Background Color

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

This div background color is #e1baae


#e1baae Border Color

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

This div border color is #e1baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1baae

#e1baae Color Palettes


Comments

No comments written yet.

Please login to write comment.