Color Hex Logo

#eeaaaa Color Hex

#EEAAAA
(238,170,170)
1 Favorites   0 Comments

Color spaces of #eeaaaa

RGB 238170170
HSL0.000.670.80
HSV29°93°
CMYK 0.000.290.29   0.07
XYZ56.890349.828944.6497
Yxy49.82890.37580.3292
Hunter Lab70.589620.326811.9103
CIE-Lab75.964124.97919.9711

#eeaaaa color RGB value is (238,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10101010
Octal 356 252 252
Decimal 238 170 170
Hex EE AA AA

RGB Percentages of Color #eeaaaa

%41.18
%29.41
%29.41

CMYK Percentages of Color #eeaaaa

%0
%29
%29
%7

Triadic Colors of #eeaaaa

#eeaaaa #aaeeaa #aaaaee

Analogous Colors of #eeaaaa

#eeaaaa #eeccaa #eeaacc

Monochromatic Colors of #eeaaaa

#eeaaaa

Complementary Color

#eeaaaa #aaeeee

#eeaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaaa Color CSS Codes

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

#eeaaaa Text Font Color

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

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


#eeaaaa Background Color

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

This div background color is #eeaaaa


#eeaaaa Border Color

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

This div border color is #eeaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaaa


Comments

No comments written yet.

Please login to write comment.