Color Hex Logo

#e1baef Color Hex

#E1BAEF
(225,186,239)
0 Favorites   0 Comments

Color spaces of #e1baef

RGB 225186239
HSL0.790.620.83
HSV284°22°94°
CMYK 0.060.220.00   0.06
XYZ64.190257.357489.3492
Yxy57.35740.30440.2720
Hunter Lab75.734718.7550-16.9341
CIE-Lab80.380223.2470-21.0708

#e1baef color RGB value is (225,186,239).

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

The process color (four color CMYK) of #e1baef color hex is 0.06, 0.22, 0.00, 0.06. Web safe color of #e1baef is #ccccff. Color #e1baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 11101111
Octal 341 272 357
Decimal 225 186 239
Hex E1 BA EF

RGB Percentages of Color #e1baef

%34.62
%28.62
%36.77

CMYK Percentages of Color #e1baef

%6
%22
%0
%6

Triadic Colors of #e1baef

#e1baef #efe1ba #baefe1

Analogous Colors of #e1baef

#e1baef #efbae3 #c7baef

Monochromatic Colors of #e1baef

#e1baef

Complementary Color

#e1baef #c8efba

#e1baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1baef Color CSS Codes

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

#e1baef Text Font Color

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

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


#e1baef Background Color

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

This div background color is #e1baef


#e1baef Border Color

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

This div border color is #e1baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1baef


Comments

No comments written yet.

Please login to write comment.