Color Hex Logo

#eeacdd Color Hex

#EEACDD
(238,172,221)
0 Favorites   0 Comments

Color spaces of #eeacdd

RGB 238172221
HSL0.880.660.80
HSV315°28°93°
CMYK 0.000.280.07   0.07
XYZ63.063652.902675.2940
Yxy52.90260.32970.2766
Hunter Lab72.734227.4822-10.4627
CIE-Lab77.817531.7118-15.1060

#eeacdd color RGB value is (238,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11011101
Octal 356 254 335
Decimal 238 172 221
Hex EE AC DD

RGB Percentages of Color #eeacdd

%37.72
%27.26
%35.02

CMYK Percentages of Color #eeacdd

%0
%28
%7
%7

Triadic Colors of #eeacdd

#eeacdd #ddeeac #acddee

Analogous Colors of #eeacdd

#eeacdd #eeacbc #deacee

Monochromatic Colors of #eeacdd

#eeacdd

Complementary Color

#eeacdd #aceebd

#eeacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacdd Color CSS Codes

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

#eeacdd Text Font Color

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

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


#eeacdd Background Color

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

This div background color is #eeacdd


#eeacdd Border Color

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

This div border color is #eeacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacdd


Comments

No comments written yet.

Please login to write comment.