Color Hex Logo

#8ad65f Color Hex

#8AD65F
(138,214,95)
0 Favorites   0 Comments

Color spaces of #8ad65f

RGB 13821495
HSL0.270.590.61
HSV98°56°84°
CMYK 0.360.000.56   0.16
XYZ36.593454.322619.3831
Yxy54.32260.33180.4925
Hunter Lab73.7039-40.357936.0003
CIE-Lab78.6495-44.231550.6805

#8ad65f color RGB value is (138,214,95).

#8ad65f hex color red value is 138, green value is 214 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8ad65f hue: 0.27 , saturation: 0.59 and the lightness value of 8ad65f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010110 01011111
Octal 212 326 137
Decimal 138 214 95
Hex 8A D6 5F

RGB Percentages of Color #8ad65f

%30.87
%47.87
%21.25

CMYK Percentages of Color #8ad65f

%36
%0
%56
%16

Triadic Colors of #8ad65f

#8ad65f #5f8ad6 #d65f8a

Analogous Colors of #8ad65f

#8ad65f #5fd670 #c6d65f

Monochromatic Colors of #8ad65f

#8ad65f

Complementary Color

#8ad65f #ab5fd6

#8ad65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad65f Color CSS Codes

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

#8ad65f Text Font Color

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

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


#8ad65f Background Color

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

This div background color is #8ad65f


#8ad65f Border Color

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

This div border color is #8ad65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad65f


Comments

No comments written yet.

Please login to write comment.