Color Hex Logo

#eeaacd Color Hex

#EEAACD
(238,170,205)
0 Favorites   0 Comments

Color spaces of #eeaacd

RGB 238170205
HSL0.910.670.80
HSV329°29°93°
CMYK 0.000.290.14   0.07
XYZ60.654151.334464.4693
Yxy51.33440.34370.2909
Hunter Lab71.648025.7263-3.1959
CIE-Lab76.881130.1213-7.8028

#eeaacd color RGB value is (238,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11001101
Octal 356 252 315
Decimal 238 170 205
Hex EE AA CD

RGB Percentages of Color #eeaacd

%38.83
%27.73
%33.44

CMYK Percentages of Color #eeaacd

%0
%29
%14
%7

Triadic Colors of #eeaacd

#eeaacd #cdeeaa #aacdee

Analogous Colors of #eeaacd

#eeaacd #eeaaab #edaaee

Monochromatic Colors of #eeaacd

#eeaacd

Complementary Color

#eeaacd #aaeecb

#eeaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaacd Color CSS Codes

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

#eeaacd Text Font Color

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

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


#eeaacd Background Color

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

This div background color is #eeaacd


#eeaacd Border Color

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

This div border color is #eeaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaacd


Comments

No comments written yet.

Please login to write comment.