Color Hex Logo

#a0eaaa Color Hex

#A0EAAA
(160,234,170)
0 Favorites   0 Comments

Color spaces of #a0eaaa

RGB 160234170
HSL0.360.640.77
HSV128°32°92°
CMYK 0.320.000.27   0.08
XYZ51.175769.221548.6941
Yxy69.22150.30270.4094
Hunter Lab83.1995-35.804323.5390
CIE-Lab86.6136-35.533623.9750

#a0eaaa color RGB value is (160,234,170).

#a0eaaa hex color red value is 160, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a0eaaa hue: 0.36 , saturation: 0.64 and the lightness value of a0eaaa is 0.77.

The process color (four color CMYK) of #a0eaaa color hex is 0.32, 0.00, 0.27, 0.08. Web safe color of #a0eaaa is #99ff99. Color #a0eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101010 10101010
Octal 240 352 252
Decimal 160 234 170
Hex A0 EA AA

RGB Percentages of Color #a0eaaa

%28.37
%41.49
%30.14

CMYK Percentages of Color #a0eaaa

%32
%0
%27
%8

Triadic Colors of #a0eaaa

#a0eaaa #aaa0ea #eaaaa0

Analogous Colors of #a0eaaa

#a0eaaa #a0eacf #bbeaa0

Monochromatic Colors of #a0eaaa

#a0eaaa

Complementary Color

#a0eaaa #eaa0e0

#a0eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eaaa Color CSS Codes

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

#a0eaaa Text Font Color

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

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


#a0eaaa Background Color

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

This div background color is #a0eaaa


#a0eaaa Border Color

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

This div border color is #a0eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eaaa


Comments

No comments written yet.

Please login to write comment.