Color Hex Logo

#a0eebf Color Hex

#A0EEBF
(160,238,191)
0 Favorites   0 Comments

Color spaces of #a0eebf

RGB 160238191
HSL0.400.700.78
HSV144°33°93°
CMYK 0.330.000.20   0.07
XYZ54.475772.384260.3906
Yxy72.38420.29090.3866
Hunter Lab85.0789-34.595217.4701
CIE-Lab88.1532-33.607915.2509

#a0eebf color RGB value is (160,238,191).

#a0eebf hex color red value is 160, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a0eebf hue: 0.40 , saturation: 0.70 and the lightness value of a0eebf is 0.78.

The process color (four color CMYK) of #a0eebf color hex is 0.33, 0.00, 0.20, 0.07. Web safe color of #a0eebf is #99ffcc. Color #a0eebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101110 10111111
Octal 240 356 277
Decimal 160 238 191
Hex A0 EE BF

RGB Percentages of Color #a0eebf

%27.16
%40.41
%32.43

CMYK Percentages of Color #a0eebf

%33
%0
%20
%7

Triadic Colors of #a0eebf

#a0eebf #bfa0ee #eebfa0

Analogous Colors of #a0eebf

#a0eebf #a0eee6 #a8eea0

Monochromatic Colors of #a0eebf

#a0eebf

Complementary Color

#a0eebf #eea0cf

#a0eebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eebf Color CSS Codes

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

#a0eebf Text Font Color

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

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


#a0eebf Background Color

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

This div background color is #a0eebf


#a0eebf Border Color

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

This div border color is #a0eebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eebf


Comments

No comments written yet.

Please login to write comment.