Color Hex Logo

#eeafed Color Hex

#EEAFED
(238,175,237)
0 Favorites   0 Comments

Color spaces of #eeafed

RGB 238175237
HSL0.840.650.81
HSV301°26°93°
CMYK 0.000.260.00   0.07
XYZ65.875954.951587.2554
Yxy54.95150.31660.2641
Hunter Lab74.129328.9000-17.8980
CIE-Lab79.013332.9457-21.9533

#eeafed color RGB value is (238,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11101101
Octal 356 257 355
Decimal 238 175 237
Hex EE AF ED

RGB Percentages of Color #eeafed

%36.62
%26.92
%36.46

CMYK Percentages of Color #eeafed

%0
%26
%0
%7

Triadic Colors of #eeafed

#eeafed #edeeaf #afedee

Analogous Colors of #eeafed

#eeafed #eeafce #d0afee

Monochromatic Colors of #eeafed

#eeafed

Complementary Color

#eeafed #afeeb0

#eeafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafed Color CSS Codes

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

#eeafed Text Font Color

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

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


#eeafed Background Color

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

This div background color is #eeafed


#eeafed Border Color

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

This div border color is #eeafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafed


Comments

No comments written yet.

Please login to write comment.