Color Hex Logo

#8dc04f Color Hex

#8DC04F
(141,192,79)
0 Favorites   0 Comments

Color spaces of #8dc04f

RGB 14119279
HSL0.240.470.53
HSV87°59°75°
CMYK 0.270.000.59   0.25
XYZ31.245443.926514.2290
Yxy43.92650.34950.4913
Hunter Lab66.2771-31.833533.6650
CIE-Lab72.1793-35.003850.5407

#8dc04f color RGB value is (141,192,79).

#8dc04f hex color red value is 141, green value is 192 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #8dc04f hue: 0.24 , saturation: 0.47 and the lightness value of 8dc04f is 0.53.

The process color (four color CMYK) of #8dc04f color hex is 0.27, 0.00, 0.59, 0.25. Web safe color of #8dc04f is #99cc66. Color #8dc04f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000000 01001111
Octal 215 300 117
Decimal 141 192 79
Hex 8D C0 4F

RGB Percentages of Color #8dc04f

%34.22
%46.60
%19.17

CMYK Percentages of Color #8dc04f

%27
%0
%59
%25

Triadic Colors of #8dc04f

#8dc04f #4f8dc0 #c04f8d

Analogous Colors of #8dc04f

#8dc04f #55c04f #c0bb4f

Monochromatic Colors of #8dc04f

#8dc04f

Complementary Color

#8dc04f #824fc0

#8dc04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc04f Color CSS Codes

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

#8dc04f Text Font Color

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

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


#8dc04f Background Color

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

This div background color is #8dc04f


#8dc04f Border Color

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

This div border color is #8dc04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc04f


Comments

No comments written yet.

Please login to write comment.