Color Hex Logo

#eeacd2 Color Hex

#EEACD2
(238,172,210)
0 Favorites   0 Comments

Color spaces of #eeacd2

RGB 238172210
HSL0.900.660.80
HSV325°28°93°
CMYK 0.000.280.12   0.07
XYZ61.645352.335367.8254
Yxy52.33530.33910.2879
Hunter Lab72.343125.5036-4.9472
CIE-Lab77.480929.8683-9.6337

#eeacd2 color RGB value is (238,172,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11010010
Octal 356 254 322
Decimal 238 172 210
Hex EE AC D2

RGB Percentages of Color #eeacd2

%38.39
%27.74
%33.87

CMYK Percentages of Color #eeacd2

%0
%28
%12
%7

Triadic Colors of #eeacd2

#eeacd2 #d2eeac #acd2ee

Analogous Colors of #eeacd2

#eeacd2 #eeacb1 #e9acee

Monochromatic Colors of #eeacd2

#eeacd2

Complementary Color

#eeacd2 #aceec8

#eeacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacd2 Color CSS Codes

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

#eeacd2 Text Font Color

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

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


#eeacd2 Background Color

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

This div background color is #eeacd2


#eeacd2 Border Color

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

This div border color is #eeacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacd2


Comments

No comments written yet.

Please login to write comment.