Color Hex Logo

#eeadee Color Hex

#EEADEE
(238,173,238)
0 Favorites   0 Comments

Color spaces of #eeadee

RGB 238173238
HSL0.830.660.81
HSV300°27°93°
CMYK 0.000.270.00   0.07
XYZ65.636154.237387.8984
Yxy54.23730.31590.2610
Hunter Lab73.646030.2055-19.2120
CIE-Lab78.599934.1901-23.1213

#eeadee color RGB value is (238,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11101110
Octal 356 255 356
Decimal 238 173 238
Hex EE AD EE

RGB Percentages of Color #eeadee

%36.67
%26.66
%36.67

CMYK Percentages of Color #eeadee

%0
%27
%0
%7

Triadic Colors of #eeadee

#eeadee #eeeead #adeeee

Analogous Colors of #eeadee

#eeadee #eeadce #ceadee

Monochromatic Colors of #eeadee

#eeadee

Complementary Color

#eeadee #adeead

#eeadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadee Color CSS Codes

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

#eeadee Text Font Color

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

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


#eeadee Background Color

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

This div background color is #eeadee


#eeadee Border Color

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

This div border color is #eeadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadee


Comments

No comments written yet.

Please login to write comment.