Color Hex Logo

#8ad72f Color Hex

#8AD72F
(138,215,47)
0 Favorites   0 Comments

Color spaces of #8ad72f

RGB 13821547
HSL0.240.680.51
HSV88°78°84°
CMYK 0.360.000.78   0.16
XYZ35.294854.209411.2926
Yxy54.20940.35020.5378
Hunter Lab73.6270-43.279342.4453
CIE-Lab78.5837-48.302669.1085

#8ad72f color RGB value is (138,215,47).

#8ad72f hex color red value is 138, green value is 215 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8ad72f hue: 0.24 , saturation: 0.68 and the lightness value of 8ad72f is 0.51.

The process color (four color CMYK) of #8ad72f color hex is 0.36, 0.00, 0.78, 0.16. Web safe color of #8ad72f is #99cc33. Color #8ad72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010111 00101111
Octal 212 327 57
Decimal 138 215 47
Hex 8A D7 2F

RGB Percentages of Color #8ad72f

%34.50
%53.75
%11.75

CMYK Percentages of Color #8ad72f

%36
%0
%78
%16

Triadic Colors of #8ad72f

#8ad72f #2f8ad7 #d72f8a

Analogous Colors of #8ad72f

#8ad72f #36d72f #d7d02f

Monochromatic Colors of #8ad72f

#8ad72f

Complementary Color

#8ad72f #7c2fd7

#8ad72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad72f Color CSS Codes

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

#8ad72f Text Font Color

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

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


#8ad72f Background Color

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

This div background color is #8ad72f


#8ad72f Border Color

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

This div border color is #8ad72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad72f


Comments

No comments written yet.

Please login to write comment.