Color Hex Logo

#eeaed2 Color Hex

#EEAED2
(238,174,210)
0 Favorites   0 Comments

Color spaces of #eeaed2

RGB 238174210
HSL0.910.650.81
HSV326°27°93°
CMYK 0.000.270.12   0.07
XYZ62.028853.102467.9533
Yxy53.10240.33880.2900
Hunter Lab72.871424.4159-4.2785
CIE-Lab77.935428.8049-8.9574

#eeaed2 color RGB value is (238,174,210).

#eeaed2 hex color red value is 238, green value is 174 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #eeaed2 hue: 0.91 , saturation: 0.65 and the lightness value of eeaed2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11010010
Octal 356 256 322
Decimal 238 174 210
Hex EE AE D2

RGB Percentages of Color #eeaed2

%38.26
%27.97
%33.76

CMYK Percentages of Color #eeaed2

%0
%27
%12
%7

Triadic Colors of #eeaed2

#eeaed2 #d2eeae #aed2ee

Analogous Colors of #eeaed2

#eeaed2 #eeaeb2 #eaaeee

Monochromatic Colors of #eeaed2

#eeaed2

Complementary Color

#eeaed2 #aeeeca

#eeaed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaed2 Color CSS Codes

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

#eeaed2 Text Font Color

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

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


#eeaed2 Background Color

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

This div background color is #eeaed2


#eeaed2 Border Color

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

This div border color is #eeaed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaed2


Comments

No comments written yet.

Please login to write comment.