Color Hex Logo

#eaaaef Color Hex

#EAAAEF
(234,170,239)
0 Favorites   0 Comments

Color spaces of #eaaaef

RGB 234170239
HSL0.820.680.80
HSV296°29°94°
CMYK 0.020.290.00   0.06
XYZ63.886452.473988.4226
Yxy52.47390.31200.2562
Hunter Lab72.438930.6574-21.6652
CIE-Lab77.563434.6955-25.2779

#eaaaef color RGB value is (234,170,239).

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

The process color (four color CMYK) of #eaaaef color hex is 0.02, 0.29, 0.00, 0.06. Web safe color of #eaaaef is #ff99ff. Color #eaaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 11101111
Octal 352 252 357
Decimal 234 170 239
Hex EA AA EF

RGB Percentages of Color #eaaaef

%36.39
%26.44
%37.17

CMYK Percentages of Color #eaaaef

%2
%29
%0
%6

Triadic Colors of #eaaaef

#eaaaef #efeaaa #aaefea

Analogous Colors of #eaaaef

#eaaaef #efaad2 #c8aaef

Monochromatic Colors of #eaaaef

#eaaaef

Complementary Color

#eaaaef #afefaa

#eaaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaaef Color CSS Codes

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

#eaaaef Text Font Color

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

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


#eaaaef Background Color

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

This div background color is #eaaaef


#eaaaef Border Color

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

This div border color is #eaaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaaef


Comments

No comments written yet.

Please login to write comment.