Color Hex Logo

#8ad68d Color Hex

#8AD68D
(138,214,141)
0 Favorites   0 Comments

Color spaces of #8ad68d

RGB 138214141
HSL0.340.480.69
HSV122°36°84°
CMYK 0.360.000.34   0.16
XYZ39.335555.419533.8231
Yxy55.41950.30590.4310
Hunter Lab74.4443-35.960125.1731
CIE-Lab79.2823-38.091628.8292

#8ad68d color RGB value is (138,214,141).

#8ad68d hex color red value is 138, green value is 214 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8ad68d hue: 0.34 , saturation: 0.48 and the lightness value of 8ad68d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010110 10001101
Octal 212 326 215
Decimal 138 214 141
Hex 8A D6 8D

RGB Percentages of Color #8ad68d

%27.99
%43.41
%28.60

CMYK Percentages of Color #8ad68d

%36
%0
%34
%16

Triadic Colors of #8ad68d

#8ad68d #8d8ad6 #d68d8a

Analogous Colors of #8ad68d

#8ad68d #8ad6b3 #add68a

Monochromatic Colors of #8ad68d

#8ad68d

Complementary Color

#8ad68d #d68ad3

#8ad68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad68d Color CSS Codes

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

#8ad68d Text Font Color

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

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


#8ad68d Background Color

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

This div background color is #8ad68d


#8ad68d Border Color

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

This div border color is #8ad68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad68d


Comments

No comments written yet.

Please login to write comment.