Color Hex Logo

#a0ef8e Color Hex

#A0EF8E
(160,239,142)
0 Favorites   0 Comments

Color spaces of #a0ef8e

RGB 160239142
HSL0.300.750.75
HSV109°41°94°
CMYK 0.330.000.41   0.06
XYZ50.246271.159636.6781
Yxy71.15960.31780.4501
Hunter Lab84.3561-41.300933.2700
CIE-Lab87.5625-42.101339.3967

#a0ef8e color RGB value is (160,239,142).

#a0ef8e hex color red value is 160, green value is 239 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0ef8e hue: 0.30 , saturation: 0.75 and the lightness value of a0ef8e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101111 10001110
Octal 240 357 216
Decimal 160 239 142
Hex A0 EF 8E

RGB Percentages of Color #a0ef8e

%29.57
%44.18
%26.25

CMYK Percentages of Color #a0ef8e

%33
%0
%41
%6

Triadic Colors of #a0ef8e

#a0ef8e #8ea0ef #ef8ea0

Analogous Colors of #a0ef8e

#a0ef8e #8eefad #d1ef8e

Monochromatic Colors of #a0ef8e

#a0ef8e

Complementary Color

#a0ef8e #dd8eef

#a0ef8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ef8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ef8e Color CSS Codes

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

#a0ef8e Text Font Color

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

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


#a0ef8e Background Color

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

This div background color is #a0ef8e


#a0ef8e Border Color

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

This div border color is #a0ef8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ef8e


Comments

No comments written yet.

Please login to write comment.