Color Hex Logo

#8ad62e Color Hex

#8AD62E
(138,214,46)
0 Favorites   0 Comments

Color spaces of #8ad62e

RGB 13821446
HSL0.240.670.51
HSV87°79°84°
CMYK 0.360.000.79   0.16
XYZ35.020953.693711.1029
Yxy53.69370.35080.5379
Hunter Lab73.2760-42.922242.3095
CIE-Lab78.2828-47.937769.1188

#8ad62e color RGB value is (138,214,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010110 00101110
Octal 212 326 56
Decimal 138 214 46
Hex 8A D6 2E

RGB Percentages of Color #8ad62e

%34.67
%53.77
%11.56

CMYK Percentages of Color #8ad62e

%36
%0
%79
%16

Triadic Colors of #8ad62e

#8ad62e #2e8ad6 #d62e8a

Analogous Colors of #8ad62e

#8ad62e #36d62e #d6ce2e

Monochromatic Colors of #8ad62e

#8ad62e

Complementary Color

#8ad62e #7a2ed6

#8ad62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad62e Color CSS Codes

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

#8ad62e Text Font Color

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

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


#8ad62e Background Color

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

This div background color is #8ad62e


#8ad62e Border Color

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

This div border color is #8ad62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad62e


Comments

No comments written yet.

Please login to write comment.