Color Hex Logo

#8dc30a Color Hex

#8DC30A
(141,195,10)
0 Favorites   0 Comments

Color spaces of #8dc30a

RGB 14119510
HSL0.220.900.40
HSV78°95°76°
CMYK 0.280.000.95   0.24
XYZ30.554444.71487.3076
Yxy44.71480.37000.5415
Hunter Lab66.8691-35.459340.3291
CIE-Lab72.7037-39.826871.6603

#8dc30a color RGB value is (141,195,10).

#8dc30a hex color red value is 141, green value is 195 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8dc30a hue: 0.22 , saturation: 0.90 and the lightness value of 8dc30a is 0.40.

The process color (four color CMYK) of #8dc30a color hex is 0.28, 0.00, 0.95, 0.24. Web safe color of #8dc30a is #99cc00. Color #8dc30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000011 00001010
Octal 215 303 12
Decimal 141 195 10
Hex 8D C3 A

RGB Percentages of Color #8dc30a

%40.75
%56.36
%2.89

CMYK Percentages of Color #8dc30a

%28
%0
%95
%24

Triadic Colors of #8dc30a

#8dc30a #0a8dc3 #c30a8d

Analogous Colors of #8dc30a

#8dc30a #31c30a #c39d0a

Monochromatic Colors of #8dc30a

#8dc30a

Complementary Color

#8dc30a #400ac3

#8dc30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc30a Color CSS Codes

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

#8dc30a Text Font Color

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

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


#8dc30a Background Color

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

This div background color is #8dc30a


#8dc30a Border Color

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

This div border color is #8dc30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc30a


Comments

No comments written yet.

Please login to write comment.