Color Hex Logo

#eabaef Color Hex

#EABAEF
(234,186,239)
0 Favorites   0 Comments

Color spaces of #eabaef

RGB 234186239
HSL0.820.620.83
HSV294°22°94°
CMYK 0.020.220.00   0.06
XYZ67.070658.842289.4840
Yxy58.84220.31140.2732
Hunter Lab76.708721.8322-15.4683
CIE-Lab81.204826.1586-19.7432

#eabaef color RGB value is (234,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11101111
Octal 352 272 357
Decimal 234 186 239
Hex EA BA EF

RGB Percentages of Color #eabaef

%35.51
%28.22
%36.27

CMYK Percentages of Color #eabaef

%2
%22
%0
%6

Triadic Colors of #eabaef

#eabaef #efeaba #baefea

Analogous Colors of #eabaef

#eabaef #efbada #d0baef

Monochromatic Colors of #eabaef

#eabaef

Complementary Color

#eabaef #bfefba

#eabaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabaef Color CSS Codes

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

#eabaef Text Font Color

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

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


#eabaef Background Color

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

This div background color is #eabaef


#eabaef Border Color

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

This div border color is #eabaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabaef


Comments

No comments written yet.

Please login to write comment.