Color Hex Logo

#eeade9 Color Hex

#EEADE9
(238,173,233)
0 Favorites   0 Comments

Color spaces of #eeade9

RGB 238173233
HSL0.850.660.81
HSV305°27°93°
CMYK 0.000.270.02   0.07
XYZ64.911453.947584.0825
Yxy53.94750.31990.2658
Hunter Lab73.449029.2158-16.4594
CIE-Lab78.431133.2851-20.6775

#eeade9 color RGB value is (238,173,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11101001
Octal 356 255 351
Decimal 238 173 233
Hex EE AD E9

RGB Percentages of Color #eeade9

%36.96
%26.86
%36.18

CMYK Percentages of Color #eeade9

%0
%27
%2
%7

Triadic Colors of #eeade9

#eeade9 #e9eead #ade9ee

Analogous Colors of #eeade9

#eeade9 #eeadc9 #d3adee

Monochromatic Colors of #eeade9

#eeade9

Complementary Color

#eeade9 #adeeb2

#eeade9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeade9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeade9 Color CSS Codes

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

#eeade9 Text Font Color

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

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


#eeade9 Background Color

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

This div background color is #eeade9


#eeade9 Border Color

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

This div border color is #eeade9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeade9


Comments

No comments written yet.

Please login to write comment.