Color Hex Logo

#a0eabb Color Hex

#A0EABB
(160,234,187)
0 Favorites   0 Comments

Color spaces of #a0eabb

RGB 160234187
HSL0.390.640.77
HSV142°32°92°
CMYK 0.320.000.20   0.08
XYZ52.889769.907157.7195
Yxy69.90710.29300.3873
Hunter Lab83.6105-33.404117.5972
CIE-Lab86.9513-32.497615.6380

#a0eabb color RGB value is (160,234,187).

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

The process color (four color CMYK) of #a0eabb color hex is 0.32, 0.00, 0.20, 0.08. Web safe color of #a0eabb is #99ffcc. Color #a0eabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101010 10111011
Octal 240 352 273
Decimal 160 234 187
Hex A0 EA BB

RGB Percentages of Color #a0eabb

%27.54
%40.28
%32.19

CMYK Percentages of Color #a0eabb

%32
%0
%20
%8

Triadic Colors of #a0eabb

#a0eabb #bba0ea #eabba0

Analogous Colors of #a0eabb

#a0eabb #a0eae0 #aaeaa0

Monochromatic Colors of #a0eabb

#a0eabb

Complementary Color

#a0eabb #eaa0cf

#a0eabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eabb Color CSS Codes

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

#a0eabb Text Font Color

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

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


#a0eabb Background Color

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

This div background color is #a0eabb


#a0eabb Border Color

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

This div border color is #a0eabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eabb


Comments

No comments written yet.

Please login to write comment.