Color Hex Logo

#e1baec Color Hex

#E1BAEC
(225,186,236)
0 Favorites   0 Comments

Color spaces of #e1baec

RGB 225186236
HSL0.800.570.83
HSV287°21°93°
CMYK 0.050.210.00   0.07
XYZ63.750657.181587.0340
Yxy57.18150.30650.2750
Hunter Lab75.618518.1532-15.3077
CIE-Lab80.281622.6684-19.6094

#e1baec color RGB value is (225,186,236).

#e1baec hex color red value is 225, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e1baec hue: 0.80 , saturation: 0.57 and the lightness value of e1baec is 0.83.

The process color (four color CMYK) of #e1baec color hex is 0.05, 0.21, 0.00, 0.07. Web safe color of #e1baec is #ccccff. Color #e1baec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 11101100
Octal 341 272 354
Decimal 225 186 236
Hex E1 BA EC

RGB Percentages of Color #e1baec

%34.78
%28.75
%36.48

CMYK Percentages of Color #e1baec

%5
%21
%0
%7

Triadic Colors of #e1baec

#e1baec #ece1ba #baece1

Analogous Colors of #e1baec

#e1baec #ecbade #c8baec

Monochromatic Colors of #e1baec

#e1baec

Complementary Color

#e1baec #c5ecba

#e1baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1baec Color CSS Codes

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

#e1baec Text Font Color

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

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


#e1baec Background Color

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

This div background color is #e1baec


#e1baec Border Color

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

This div border color is #e1baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1baec


Comments

No comments written yet.

Please login to write comment.