Color Hex Logo

#e5baef Color Hex

#E5BAEF
(229,186,239)
0 Favorites   0 Comments

Color spaces of #e5baef

RGB 229186239
HSL0.800.620.83
HSV289°22°94°
CMYK 0.040.220.00   0.06
XYZ65.452058.007889.4083
Yxy58.00780.30750.2725
Hunter Lab76.162920.1124-16.2871
CIE-Lab80.743124.5385-20.4863

#e5baef color RGB value is (229,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 11101111
Octal 345 272 357
Decimal 229 186 239
Hex E5 BA EF

RGB Percentages of Color #e5baef

%35.02
%28.44
%36.54

CMYK Percentages of Color #e5baef

%4
%22
%0
%6

Triadic Colors of #e5baef

#e5baef #efe5ba #baefe5

Analogous Colors of #e5baef

#e5baef #efbadf #cbbaef

Monochromatic Colors of #e5baef

#e5baef

Complementary Color

#e5baef #c4efba

#e5baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5baef Color CSS Codes

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

#e5baef Text Font Color

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

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


#e5baef Background Color

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

This div background color is #e5baef


#e5baef Border Color

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

This div border color is #e5baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5baef


Comments

No comments written yet.

Please login to write comment.