Color Hex Logo

#eeabea Color Hex

#EEABEA
(238,171,234)
0 Favorites   0 Comments

Color spaces of #eeabea

RGB 238171234
HSL0.840.660.80
HSV304°28°93°
CMYK 0.000.280.02   0.07
XYZ64.674153.243584.7102
Yxy53.24350.31920.2628
Hunter Lab72.968130.5163-17.7533
CIE-Lab78.018534.5262-21.8443

#eeabea color RGB value is (238,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11101010
Octal 356 253 352
Decimal 238 171 234
Hex EE AB EA

RGB Percentages of Color #eeabea

%37.01
%26.59
%36.39

CMYK Percentages of Color #eeabea

%0
%28
%2
%7

Triadic Colors of #eeabea

#eeabea #eaeeab #abeaee

Analogous Colors of #eeabea

#eeabea #eeabc9 #d1abee

Monochromatic Colors of #eeabea

#eeabea

Complementary Color

#eeabea #abeeaf

#eeabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabea Color CSS Codes

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

#eeabea Text Font Color

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

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


#eeabea Background Color

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

This div background color is #eeabea


#eeabea Border Color

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

This div border color is #eeabea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,171,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 #eeabea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabea


Comments

No comments written yet.

Please login to write comment.