Color Hex Logo

#8adc29 Color Hex

#8ADC29
(138,220,41)
0 Favorites   0 Comments

Color spaces of #8adc29

RGB 13822041
HSL0.240.720.51
HSV87°81°86°
CMYK 0.370.000.81   0.14
XYZ36.474756.749811.1292
Yxy56.74980.34950.5438
Hunter Lab75.3325-45.405143.9735
CIE-Lab80.0387-50.613172.0725

#8adc29 color RGB value is (138,220,41).

#8adc29 hex color red value is 138, green value is 220 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #8adc29 hue: 0.24 , saturation: 0.72 and the lightness value of 8adc29 is 0.51.

The process color (four color CMYK) of #8adc29 color hex is 0.37, 0.00, 0.81, 0.14. Web safe color of #8adc29 is #99cc33. Color #8adc29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 00101001
Octal 212 334 51
Decimal 138 220 41
Hex 8A DC 29

RGB Percentages of Color #8adc29

%34.59
%55.14
%10.28

CMYK Percentages of Color #8adc29

%37
%0
%81
%14

Triadic Colors of #8adc29

#8adc29 #298adc #dc298a

Analogous Colors of #8adc29

#8adc29 #31dc29 #dcd529

Monochromatic Colors of #8adc29

#8adc29

Complementary Color

#8adc29 #7b29dc

#8adc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adc29 Color CSS Codes

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

#8adc29 Text Font Color

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

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


#8adc29 Background Color

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

This div background color is #8adc29


#8adc29 Border Color

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

This div border color is #8adc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adc29


Comments

No comments written yet.

Please login to write comment.