Color Hex Logo

#eeaadb Color Hex

#EEAADB
(238,170,219)
0 Favorites   0 Comments

Color spaces of #eeaadb

RGB 238170219
HSL0.880.670.80
HSV317°29°93°
CMYK 0.000.290.08   0.07
XYZ62.420852.041173.7728
Yxy52.04110.33160.2765
Hunter Lab72.139528.2081-10.1347
CIE-Lab77.305432.4321-14.7896

#eeaadb color RGB value is (238,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11011011
Octal 356 252 333
Decimal 238 170 219
Hex EE AA DB

RGB Percentages of Color #eeaadb

%37.96
%27.11
%34.93

CMYK Percentages of Color #eeaadb

%0
%29
%8
%7

Triadic Colors of #eeaadb

#eeaadb #dbeeaa #aadbee

Analogous Colors of #eeaadb

#eeaadb #eeaab9 #dfaaee

Monochromatic Colors of #eeaadb

#eeaadb

Complementary Color

#eeaadb #aaeebd

#eeaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaadb Color CSS Codes

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

#eeaadb Text Font Color

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

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


#eeaadb Background Color

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

This div background color is #eeaadb


#eeaadb Border Color

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

This div border color is #eeaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaadb


Comments

No comments written yet.

Please login to write comment.