Color Hex Logo

#eeaccd Color Hex

#EEACCD
(238,172,205)
0 Favorites   0 Comments

Color spaces of #eeaccd

RGB 238172205
HSL0.920.660.80
HSV330°28°93°
CMYK 0.000.280.14   0.07
XYZ61.031952.090064.5952
Yxy52.09000.34340.2931
Hunter Lab72.173424.6413-2.5432
CIE-Lab77.334629.0585-7.1301

#eeaccd color RGB value is (238,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11001101
Octal 356 254 315
Decimal 238 172 205
Hex EE AC CD

RGB Percentages of Color #eeaccd

%38.70
%27.97
%33.33

CMYK Percentages of Color #eeaccd

%0
%28
%14
%7

Triadic Colors of #eeaccd

#eeaccd #cdeeac #accdee

Analogous Colors of #eeaccd

#eeaccd #eeacac #eeacee

Monochromatic Colors of #eeaccd

#eeaccd

Complementary Color

#eeaccd #aceecd

#eeaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaccd Color CSS Codes

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

#eeaccd Text Font Color

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

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


#eeaccd Background Color

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

This div background color is #eeaccd


#eeaccd Border Color

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

This div border color is #eeaccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,172,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 #eeaccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaccd

#eeaccd Color Palettes


Comments

No comments written yet.

Please login to write comment.