Color Hex Logo

#eeafde Color Hex

#EEAFDE
(238,175,222)
0 Favorites   0 Comments

Color spaces of #eeafde

RGB 238175222
HSL0.880.650.81
HSV315°26°93°
CMYK 0.000.260.07   0.07
XYZ63.774754.111076.1904
Yxy54.11100.32860.2788
Hunter Lab73.560226.0244-9.9178
CIE-Lab78.526430.2889-14.5827

#eeafde color RGB value is (238,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11011110
Octal 356 257 336
Decimal 238 175 222
Hex EE AF DE

RGB Percentages of Color #eeafde

%37.48
%27.56
%34.96

CMYK Percentages of Color #eeafde

%0
%26
%7
%7

Triadic Colors of #eeafde

#eeafde #deeeaf #afdeee

Analogous Colors of #eeafde

#eeafde #eeafbf #dfafee

Monochromatic Colors of #eeafde

#eeafde

Complementary Color

#eeafde #afeebf

#eeafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafde Color CSS Codes

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

#eeafde Text Font Color

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

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


#eeafde Background Color

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

This div background color is #eeafde


#eeafde Border Color

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

This div border color is #eeafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafde


Comments

No comments written yet.

Please login to write comment.