Color Hex Logo

#8add2e Color Hex

#8ADD2E
(138,221,46)
0 Favorites   0 Comments

Color spaces of #8add2e

RGB 13822146
HSL0.250.720.52
HSV88°79°87°
CMYK 0.380.000.79   0.13
XYZ36.830857.313411.7062
Yxy57.31340.34800.5415
Hunter Lab75.7056-45.644543.8260
CIE-Lab80.3555-50.800471.0299

#8add2e color RGB value is (138,221,46).

#8add2e hex color red value is 138, green value is 221 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8add2e hue: 0.25 , saturation: 0.72 and the lightness value of 8add2e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 00101110
Octal 212 335 56
Decimal 138 221 46
Hex 8A DD 2E

RGB Percentages of Color #8add2e

%34.07
%54.57
%11.36

CMYK Percentages of Color #8add2e

%38
%0
%79
%13

Triadic Colors of #8add2e

#8add2e #2e8add #dd2e8a

Analogous Colors of #8add2e

#8add2e #32dd2e #ddd92e

Monochromatic Colors of #8add2e

#8add2e

Complementary Color

#8add2e #812edd

#8add2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8add2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8add2e Color CSS Codes

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

#8add2e Text Font Color

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

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


#8add2e Background Color

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

This div background color is #8add2e


#8add2e Border Color

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

This div border color is #8add2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,221,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 #8add2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8add2e


Comments

No comments written yet.

Please login to write comment.