Color Hex Logo

#a0efaf Color Hex

#A0EFAF
(160,239,175)
0 Favorites   0 Comments

Color spaces of #a0efaf

RGB 160239175
HSL0.360.710.78
HSV131°33°94°
CMYK 0.330.000.27   0.06
XYZ53.101672.301751.7143
Yxy72.30170.29980.4082
Hunter Lab85.0304-37.329723.4619
CIE-Lab88.1136-36.959223.4623

#a0efaf color RGB value is (160,239,175).

#a0efaf hex color red value is 160, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a0efaf hue: 0.36 , saturation: 0.71 and the lightness value of a0efaf is 0.78.

The process color (four color CMYK) of #a0efaf color hex is 0.33, 0.00, 0.27, 0.06. Web safe color of #a0efaf is #99ff99. Color #a0efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101111 10101111
Octal 240 357 257
Decimal 160 239 175
Hex A0 EF AF

RGB Percentages of Color #a0efaf

%27.87
%41.64
%30.49

CMYK Percentages of Color #a0efaf

%33
%0
%27
%6

Triadic Colors of #a0efaf

#a0efaf #afa0ef #efafa0

Analogous Colors of #a0efaf

#a0efaf #a0efd7 #b9efa0

Monochromatic Colors of #a0efaf

#a0efaf

Complementary Color

#a0efaf #efa0e0

#a0efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0efaf Color CSS Codes

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

#a0efaf Text Font Color

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

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


#a0efaf Background Color

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

This div background color is #a0efaf


#a0efaf Border Color

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

This div border color is #a0efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0efaf


Comments

No comments written yet.

Please login to write comment.