Color Hex Logo

#eabbef Color Hex

#EABBEF
(234,187,239)
0 Favorites   0 Comments

Color spaces of #eabbef

RGB 234187239
HSL0.820.620.84
HSV294°22°94°
CMYK 0.020.220.00   0.06
XYZ67.282059.265189.5545
Yxy59.26510.31130.2742
Hunter Lab76.983821.2830-15.0828
CIE-Lab81.437125.6245-19.3919

#eabbef color RGB value is (234,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11101111
Octal 352 273 357
Decimal 234 187 239
Hex EA BB EF

RGB Percentages of Color #eabbef

%35.45
%28.33
%36.21

CMYK Percentages of Color #eabbef

%2
%22
%0
%6

Triadic Colors of #eabbef

#eabbef #efeabb #bbefea

Analogous Colors of #eabbef

#eabbef #efbbda #d0bbef

Monochromatic Colors of #eabbef

#eabbef

Complementary Color

#eabbef #c0efbb

#eabbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbef Color CSS Codes

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

#eabbef Text Font Color

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

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


#eabbef Background Color

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

This div background color is #eabbef


#eabbef Border Color

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

This div border color is #eabbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbef


Comments

No comments written yet.

Please login to write comment.