Color Hex Logo

#eeafee Color Hex

#EEAFEE
(238,175,238)
1 Favorites   0 Comments

Color spaces of #eeafee

RGB 238175238
HSL0.830.650.81
HSV300°26°93°
CMYK 0.000.260.00   0.07
XYZ66.022555.010188.0272
Yxy55.01010.31580.2631
Hunter Lab74.168829.0991-18.4502
CIE-Lab79.047133.1281-22.4412

#eeafee color RGB value is (238,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11101110
Octal 356 257 356
Decimal 238 175 238
Hex EE AF EE

RGB Percentages of Color #eeafee

%36.56
%26.88
%36.56

CMYK Percentages of Color #eeafee

%0
%26
%0
%7

Triadic Colors of #eeafee

#eeafee #eeeeaf #afeeee

Analogous Colors of #eeafee

#eeafee #eeafcf #cfafee

Monochromatic Colors of #eeafee

#eeafee

Complementary Color

#eeafee #afeeaf

#eeafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafee Color CSS Codes

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

#eeafee Text Font Color

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

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


#eeafee Background Color

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

This div background color is #eeafee


#eeafee Border Color

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

This div border color is #eeafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafee

#eeafee Color Palettes


Comments

No comments written yet.

Please login to write comment.