Color Hex Logo

#eeaada Color Hex

#EEAADA
(238,170,218)
0 Favorites   0 Comments

Color spaces of #eeaada

RGB 238170218
HSL0.880.670.80
HSV318°29°93°
CMYK 0.000.290.08   0.07
XYZ62.289551.988573.0814
Yxy51.98850.33250.2775
Hunter Lab72.103128.0250-9.6224
CIE-Lab77.274032.2627-14.2934

#eeaada color RGB value is (238,170,218).

#eeaada hex color red value is 238, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eeaada hue: 0.88 , saturation: 0.67 and the lightness value of eeaada is 0.80.

The process color (four color CMYK) of #eeaada color hex is 0.00, 0.29, 0.08, 0.07. Web safe color of #eeaada is #ff99cc. Color #eeaada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11011010
Octal 356 252 332
Decimal 238 170 218
Hex EE AA DA

RGB Percentages of Color #eeaada

%38.02
%27.16
%34.82

CMYK Percentages of Color #eeaada

%0
%29
%8
%7

Triadic Colors of #eeaada

#eeaada #daeeaa #aadaee

Analogous Colors of #eeaada

#eeaada #eeaab8 #e0aaee

Monochromatic Colors of #eeaada

#eeaada

Complementary Color

#eeaada #aaeebe

#eeaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaada Color CSS Codes

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

#eeaada Text Font Color

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

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


#eeaada Background Color

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

This div background color is #eeaada


#eeaada Border Color

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

This div border color is #eeaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaada


Comments

No comments written yet.

Please login to write comment.