Color Hex Logo

#eeabab Color Hex

#EEABAB
(238,171,171)
0 Favorites   0 Comments

Color spaces of #eeabab

RGB 238171171
HSL0.000.660.80
HSV28°93°
CMYK 0.000.280.28   0.07
XYZ57.173550.243245.2126
Yxy50.24320.37460.3292
Hunter Lab70.882419.933111.7994
CIE-Lab76.218324.58159.7876

#eeabab color RGB value is (238,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10101011
Octal 356 253 253
Decimal 238 171 171
Hex EE AB AB

RGB Percentages of Color #eeabab

%41.03
%29.48
%29.48

CMYK Percentages of Color #eeabab

%0
%28
%28
%7

Triadic Colors of #eeabab

#eeabab #abeeab #ababee

Analogous Colors of #eeabab

#eeabab #eecdab #eeabcd

Monochromatic Colors of #eeabab

#eeabab

Complementary Color

#eeabab #abeeee

#eeabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabab Color CSS Codes

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

#eeabab Text Font Color

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

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


#eeabab Background Color

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

This div background color is #eeabab


#eeabab Border Color

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

This div border color is #eeabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabab


Comments

No comments written yet.

Please login to write comment.