Color Hex Logo

#8ad37e Color Hex

#8AD37E
(138,211,126)
0 Favorites   0 Comments

Color spaces of #8ad37e

RGB 138211126
HSL0.310.490.66
HSV112°40°83°
CMYK 0.350.000.40   0.17
XYZ37.541453.498228.0862
Yxy53.49820.31510.4491
Hunter Lab73.1425-36.381728.4328
CIE-Lab78.1682-39.042935.0456

#8ad37e color RGB value is (138,211,126).

#8ad37e hex color red value is 138, green value is 211 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8ad37e hue: 0.31 , saturation: 0.49 and the lightness value of 8ad37e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010011 01111110
Octal 212 323 176
Decimal 138 211 126
Hex 8A D3 7E

RGB Percentages of Color #8ad37e

%29.05
%44.42
%26.53

CMYK Percentages of Color #8ad37e

%35
%0
%40
%17

Triadic Colors of #8ad37e

#8ad37e #7e8ad3 #d37e8a

Analogous Colors of #8ad37e

#8ad37e #7ed39d #b5d37e

Monochromatic Colors of #8ad37e

#8ad37e

Complementary Color

#8ad37e #c77ed3

#8ad37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad37e Color CSS Codes

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

#8ad37e Text Font Color

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

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


#8ad37e Background Color

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

This div background color is #8ad37e


#8ad37e Border Color

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

This div border color is #8ad37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad37e


Comments

No comments written yet.

Please login to write comment.