Color Hex Logo

#8add1d Color Hex

#8ADD1D
(138,221,29)
0 Favorites   0 Comments

Color spaces of #8add1d

RGB 13822129
HSL0.240.770.49
HSV86°87°87°
CMYK 0.380.000.87   0.13
XYZ36.559557.204910.2772
Yxy57.20490.35140.5498
Hunter Lab75.6339-46.077044.8874
CIE-Lab80.2947-51.435474.9638

#8add1d color RGB value is (138,221,29).

#8add1d hex color red value is 138, green value is 221 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8add1d hue: 0.24 , saturation: 0.77 and the lightness value of 8add1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 00011101
Octal 212 335 35
Decimal 138 221 29
Hex 8A DD 1D

RGB Percentages of Color #8add1d

%35.57
%56.96
%7.47

CMYK Percentages of Color #8add1d

%38
%0
%87
%13

Triadic Colors of #8add1d

#8add1d #1d8add #dd1d8a

Analogous Colors of #8add1d

#8add1d #2add1d #ddd01d

Monochromatic Colors of #8add1d

#8add1d

Complementary Color

#8add1d #701ddd

#8add1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8add1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8add1d Color CSS Codes

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

#8add1d Text Font Color

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

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


#8add1d Background Color

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

This div background color is #8add1d


#8add1d Border Color

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

This div border color is #8add1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8add1d


Comments

No comments written yet.

Please login to write comment.