Color Hex Logo

#8ad34a Color Hex

#8AD34A
(138,211,74)
0 Favorites   0 Comments

Color spaces of #8ad34a

RGB 13821174
HSL0.260.610.56
HSV92°65°83°
CMYK 0.350.000.65   0.17
XYZ35.011552.486214.7641
Yxy52.48620.34240.5133
Hunter Lab72.4474-40.519538.6304
CIE-Lab77.5707-44.900358.5794

#8ad34a color RGB value is (138,211,74).

#8ad34a hex color red value is 138, green value is 211 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8ad34a hue: 0.26 , saturation: 0.61 and the lightness value of 8ad34a is 0.56.

The process color (four color CMYK) of #8ad34a color hex is 0.35, 0.00, 0.65, 0.17. Web safe color of #8ad34a is #99cc33. Color #8ad34a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010011 01001010
Octal 212 323 112
Decimal 138 211 74
Hex 8A D3 4A

RGB Percentages of Color #8ad34a

%32.62
%49.88
%17.49

CMYK Percentages of Color #8ad34a

%35
%0
%65
%17

Triadic Colors of #8ad34a

#8ad34a #4a8ad3 #d34a8a

Analogous Colors of #8ad34a

#8ad34a #4ad34f #cfd34a

Monochromatic Colors of #8ad34a

#8ad34a

Complementary Color

#8ad34a #934ad3

#8ad34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad34a Color CSS Codes

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

#8ad34a Text Font Color

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

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


#8ad34a Background Color

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

This div background color is #8ad34a


#8ad34a Border Color

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

This div border color is #8ad34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad34a


Comments

No comments written yet.

Please login to write comment.