Color Hex Logo

#eaadee Color Hex

#EAADEE
(234,173,238)
0 Favorites   0 Comments

Color spaces of #eaadee

RGB 234173238
HSL0.820.660.81
HSV296°27°93°
CMYK 0.020.270.00   0.07
XYZ64.307953.552687.8362
Yxy53.55260.31260.2603
Hunter Lab73.179628.7956-19.9390
CIE-Lab78.200132.9118-23.7666

#eaadee color RGB value is (234,173,238).

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

The process color (four color CMYK) of #eaadee color hex is 0.02, 0.27, 0.00, 0.07. Web safe color of #eaadee is #ff99ff. Color #eaadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11101110
Octal 352 255 356
Decimal 234 173 238
Hex EA AD EE

RGB Percentages of Color #eaadee

%36.28
%26.82
%36.90

CMYK Percentages of Color #eaadee

%2
%27
%0
%7

Triadic Colors of #eaadee

#eaadee #eeeaad #adeeea

Analogous Colors of #eaadee

#eaadee #eeadd2 #caadee

Monochromatic Colors of #eaadee

#eaadee

Complementary Color

#eaadee #b1eead

#eaadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadee Color CSS Codes

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

#eaadee Text Font Color

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

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


#eaadee Background Color

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

This div background color is #eaadee


#eaadee Border Color

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

This div border color is #eaadee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,173,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eaadee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadee


Comments

No comments written yet.

Please login to write comment.