Color Hex Logo

#a2d80b Color Hex

#A2D80B
(162,216,11)
0 Favorites   0 Comments

Color spaces of #a2d80b

RGB 16221611
HSL0.210.900.45
HSV76°95°85°
CMYK 0.250.000.95   0.15
XYZ39.516656.81739.2007
Yxy56.81730.37440.5384
Hunter Lab75.3773-38.331445.5270
CIE-Lab80.0767-40.944977.8854

#a2d80b color RGB value is (162,216,11).

#a2d80b hex color red value is 162, green value is 216 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a2d80b hue: 0.21 , saturation: 0.90 and the lightness value of a2d80b is 0.45.

The process color (four color CMYK) of #a2d80b color hex is 0.25, 0.00, 0.95, 0.15. Web safe color of #a2d80b is #99cc00. Color #a2d80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011000 00001011
Octal 242 330 13
Decimal 162 216 11
Hex A2 D8 B

RGB Percentages of Color #a2d80b

%41.65
%55.53
%2.83

CMYK Percentages of Color #a2d80b

%25
%0
%95
%15

Triadic Colors of #a2d80b

#a2d80b #0ba2d8 #d80ba2

Analogous Colors of #a2d80b

#a2d80b #3cd80b #d8a80b

Monochromatic Colors of #a2d80b

#a2d80b

Complementary Color

#a2d80b #410bd8

#a2d80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d80b Color CSS Codes

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

#a2d80b Text Font Color

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

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


#a2d80b Background Color

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

This div background color is #a2d80b


#a2d80b Border Color

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

This div border color is #a2d80b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,216,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2d80b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2d80b;
  -webkit-box-shadow: 1px 1px 3px 2px #a2d80b;
  box-shadow:         1px 1px 3px 2px #a2d80b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,216,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d80b


Comments

No comments written yet.

Please login to write comment.