Color Hex Logo

#a0ebaa Color Hex

#A0EBAA
(160,235,170)
0 Favorites   0 Comments

Color spaces of #a0ebaa

RGB 160235170
HSL0.360.650.77
HSV128°32°92°
CMYK 0.320.000.28   0.08
XYZ51.461269.792548.7892
Yxy69.79250.30260.4104
Hunter Lab83.5419-36.243623.8535
CIE-Lab86.8950-35.991424.3606

#a0ebaa color RGB value is (160,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 10101010
Octal 240 353 252
Decimal 160 235 170
Hex A0 EB AA

RGB Percentages of Color #a0ebaa

%28.32
%41.59
%30.09

CMYK Percentages of Color #a0ebaa

%32
%0
%28
%8

Triadic Colors of #a0ebaa

#a0ebaa #aaa0eb #ebaaa0

Analogous Colors of #a0ebaa

#a0ebaa #a0ebd0 #bceba0

Monochromatic Colors of #a0ebaa

#a0ebaa

Complementary Color

#a0ebaa #eba0e1

#a0ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebaa Color CSS Codes

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

#a0ebaa Text Font Color

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

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


#a0ebaa Background Color

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

This div background color is #a0ebaa


#a0ebaa Border Color

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

This div border color is #a0ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebaa


Comments

No comments written yet.

Please login to write comment.