Color Hex Logo

#eeafea Color Hex

#EEAFEA
(238,175,234)
0 Favorites   0 Comments

Color spaces of #eeafea

RGB 238175234
HSL0.840.650.81
HSV304°26°93°
CMYK 0.000.260.02   0.07
XYZ65.441254.777684.9659
Yxy54.77760.31890.2670
Hunter Lab74.011928.3086-16.2568
CIE-Lab78.913032.4027-20.4870

#eeafea color RGB value is (238,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11101010
Octal 356 257 352
Decimal 238 175 234
Hex EE AF EA

RGB Percentages of Color #eeafea

%36.79
%27.05
%36.17

CMYK Percentages of Color #eeafea

%0
%26
%2
%7

Triadic Colors of #eeafea

#eeafea #eaeeaf #afeaee

Analogous Colors of #eeafea

#eeafea #eeafcb #d3afee

Monochromatic Colors of #eeafea

#eeafea

Complementary Color

#eeafea #afeeb3

#eeafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafea Color CSS Codes

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

#eeafea Text Font Color

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

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


#eeafea Background Color

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

This div background color is #eeafea


#eeafea Border Color

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

This div border color is #eeafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafea


Comments

No comments written yet.

Please login to write comment.