Color Hex Logo

#eeaedf Color Hex

#EEAEDF
(238,174,223)
0 Favorites   0 Comments

Color spaces of #eeaedf

RGB 238174223
HSL0.870.650.81
HSV314°27°93°
CMYK 0.000.270.06   0.07
XYZ63.715253.777076.8339
Yxy53.77700.32790.2767
Hunter Lab73.332826.7573-10.7877
CIE-Lab78.331530.9928-15.4172

#eeaedf color RGB value is (238,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11011111
Octal 356 256 337
Decimal 238 174 223
Hex EE AE DF

RGB Percentages of Color #eeaedf

%37.48
%27.40
%35.12

CMYK Percentages of Color #eeaedf

%0
%27
%6
%7

Triadic Colors of #eeaedf

#eeaedf #dfeeae #aedfee

Analogous Colors of #eeaedf

#eeaedf #eeaebf #ddaeee

Monochromatic Colors of #eeaedf

#eeaedf

Complementary Color

#eeaedf #aeeebd

#eeaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaedf Color CSS Codes

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

#eeaedf Text Font Color

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

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


#eeaedf Background Color

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

This div background color is #eeaedf


#eeaedf Border Color

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

This div border color is #eeaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaedf


Comments

No comments written yet.

Please login to write comment.