Color Hex Logo

#eeafdf Color Hex

#EEAFDF
(238,175,223)
0 Favorites   0 Comments

Color spaces of #eeafdf

RGB 238175223
HSL0.870.650.81
HSV314°26°93°
CMYK 0.000.260.06   0.07
XYZ63.909254.164876.8985
Yxy54.16480.32780.2778
Hunter Lab73.596726.2098-10.4322
CIE-Lab78.557730.4614-15.0771

#eeafdf color RGB value is (238,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11011111
Octal 356 257 337
Decimal 238 175 223
Hex EE AF DF

RGB Percentages of Color #eeafdf

%37.42
%27.52
%35.06

CMYK Percentages of Color #eeafdf

%0
%26
%6
%7

Triadic Colors of #eeafdf

#eeafdf #dfeeaf #afdfee

Analogous Colors of #eeafdf

#eeafdf #eeafc0 #deafee

Monochromatic Colors of #eeafdf

#eeafdf

Complementary Color

#eeafdf #afeebe

#eeafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafdf Color CSS Codes

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

#eeafdf Text Font Color

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

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


#eeafdf Background Color

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

This div background color is #eeafdf


#eeafdf Border Color

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

This div border color is #eeafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafdf


Comments

No comments written yet.

Please login to write comment.