Color Hex Logo

#eaadef Color Hex

#EAADEF
(234,173,239)
0 Favorites   0 Comments

Color spaces of #eaadef

RGB 234173239
HSL0.820.670.81
HSV295°28°94°
CMYK 0.020.280.00   0.06
XYZ64.455253.611688.6123
Yxy53.61160.31190.2594
Hunter Lab73.219928.9979-20.5000
CIE-Lab78.234733.0977-24.2537

#eaadef color RGB value is (234,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11101111
Octal 352 255 357
Decimal 234 173 239
Hex EA AD EF

RGB Percentages of Color #eaadef

%36.22
%26.78
%37.00

CMYK Percentages of Color #eaadef

%2
%28
%0
%6

Triadic Colors of #eaadef

#eaadef #efeaad #adefea

Analogous Colors of #eaadef

#eaadef #efadd3 #c9adef

Monochromatic Colors of #eaadef

#eaadef

Complementary Color

#eaadef #b2efad

#eaadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadef Color CSS Codes

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

#eaadef Text Font Color

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

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


#eaadef Background Color

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

This div background color is #eaadef


#eaadef Border Color

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

This div border color is #eaadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadef


Comments

No comments written yet.

Please login to write comment.