Color Hex Logo

#eeacd0 Color Hex

#EEACD0
(238,172,208)
0 Favorites   0 Comments

Color spaces of #eeacd0

RGB 238172208
HSL0.910.660.80
HSV327°28°93°
CMYK 0.000.280.13   0.07
XYZ61.397652.236366.5211
Yxy52.23630.34080.2900
Hunter Lab72.274725.1557-3.9778
CIE-Lab77.421929.5421-8.6334

#eeacd0 color RGB value is (238,172,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11010000
Octal 356 254 320
Decimal 238 172 208
Hex EE AC D0

RGB Percentages of Color #eeacd0

%38.51
%27.83
%33.66

CMYK Percentages of Color #eeacd0

%0
%28
%13
%7

Triadic Colors of #eeacd0

#eeacd0 #d0eeac #acd0ee

Analogous Colors of #eeacd0

#eeacd0 #eeacaf #ebacee

Monochromatic Colors of #eeacd0

#eeacd0

Complementary Color

#eeacd0 #aceeca

#eeacd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacd0 Color CSS Codes

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

#eeacd0 Text Font Color

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

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


#eeacd0 Background Color

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

This div background color is #eeacd0


#eeacd0 Border Color

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

This div border color is #eeacd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacd0


Comments

No comments written yet.

Please login to write comment.