Color Hex Logo

#a0ef2b Color Hex

#A0EF2B
(160,239,43)
0 Favorites   0 Comments

Color spaces of #a0ef2b

RGB 16023943
HSL0.230.860.55
HSV84°82°94°
CMYK 0.330.000.82   0.06
XYZ45.799869.381013.2635
Yxy69.38100.35660.5402
Hunter Lab83.2953-47.618748.8657
CIE-Lab86.6924-50.646477.9127

#a0ef2b color RGB value is (160,239,43).

#a0ef2b hex color red value is 160, green value is 239 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a0ef2b hue: 0.23 , saturation: 0.86 and the lightness value of a0ef2b is 0.55.

The process color (four color CMYK) of #a0ef2b color hex is 0.33, 0.00, 0.82, 0.06. Web safe color of #a0ef2b is #99ff33. Color #a0ef2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101111 00101011
Octal 240 357 53
Decimal 160 239 43
Hex A0 EF 2B

RGB Percentages of Color #a0ef2b

%36.20
%54.07
%9.73

CMYK Percentages of Color #a0ef2b

%33
%0
%82
%6

Triadic Colors of #a0ef2b

#a0ef2b #2ba0ef #ef2ba0

Analogous Colors of #a0ef2b

#a0ef2b #3eef2b #efdc2b

Monochromatic Colors of #a0ef2b

#a0ef2b

Complementary Color

#a0ef2b #7a2bef

#a0ef2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ef2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ef2b Color CSS Codes

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

#a0ef2b Text Font Color

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

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


#a0ef2b Background Color

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

This div background color is #a0ef2b


#a0ef2b Border Color

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

This div border color is #a0ef2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ef2b


Comments

No comments written yet.

Please login to write comment.