Color Hex Logo

#8ad02a Color Hex

#8AD02A
(138,208,42)
0 Favorites   0 Comments

Color spaces of #8ad02a

RGB 13820842
HSL0.240.660.49
HSV85°80°82°
CMYK 0.340.000.80   0.18
XYZ33.455050.682210.2099
Yxy50.68220.35460.5372
Hunter Lab71.1914-40.702541.3309
CIE-Lab76.4861-45.617668.5965

#8ad02a color RGB value is (138,208,42).

#8ad02a hex color red value is 138, green value is 208 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8ad02a hue: 0.24 , saturation: 0.66 and the lightness value of 8ad02a is 0.49.

The process color (four color CMYK) of #8ad02a color hex is 0.34, 0.00, 0.80, 0.18. Web safe color of #8ad02a is #99cc33. Color #8ad02a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010000 00101010
Octal 212 320 52
Decimal 138 208 42
Hex 8A D0 2A

RGB Percentages of Color #8ad02a

%35.57
%53.61
%10.82

CMYK Percentages of Color #8ad02a

%34
%0
%80
%18

Triadic Colors of #8ad02a

#8ad02a #2a8ad0 #d02a8a

Analogous Colors of #8ad02a

#8ad02a #37d02a #d0c32a

Monochromatic Colors of #8ad02a

#8ad02a

Complementary Color

#8ad02a #702ad0

#8ad02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad02a Color CSS Codes

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

#8ad02a Text Font Color

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

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


#8ad02a Background Color

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

This div background color is #8ad02a


#8ad02a Border Color

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

This div border color is #8ad02a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,208,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ad02a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ad02a;
  -webkit-box-shadow: 1px 1px 3px 2px #8ad02a;
  box-shadow:         1px 1px 3px 2px #8ad02a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,208,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad02a


Comments

No comments written yet.

Please login to write comment.