Color Hex Logo

#eeafef Color Hex

#EEAFEF
(238,175,239)
0 Favorites   0 Comments

Color spaces of #eeafef

RGB 238175239
HSL0.830.670.81
HSV299°27°94°
CMYK 0.000.270.00   0.06
XYZ66.169955.069188.8032
Yxy55.06910.31500.2622
Hunter Lab74.208629.2990-19.0046
CIE-Lab79.081133.3110-22.9285

#eeafef color RGB value is (238,175,239).

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

The process color (four color CMYK) of #eeafef color hex is 0.00, 0.27, 0.00, 0.06. Web safe color of #eeafef is #ff99ff. Color #eeafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11101111
Octal 356 257 357
Decimal 238 175 239
Hex EE AF EF

RGB Percentages of Color #eeafef

%36.50
%26.84
%36.66

CMYK Percentages of Color #eeafef

%0
%27
%0
%6

Triadic Colors of #eeafef

#eeafef #efeeaf #afefee

Analogous Colors of #eeafef

#eeafef #efafd0 #ceafef

Monochromatic Colors of #eeafef

#eeafef

Complementary Color

#eeafef #b0efaf

#eeafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafef Color CSS Codes

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

#eeafef Text Font Color

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

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


#eeafef Background Color

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

This div background color is #eeafef


#eeafef Border Color

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

This div border color is #eeafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafef


Comments

No comments written yet.

Please login to write comment.