Color Hex Logo

#8cdd41 Color Hex

#8CDD41
(140,221,65)
0 Favorites   0 Comments

Color spaces of #8cdd41

RGB 14022165
HSL0.250.700.56
HSV91°71°87°
CMYK 0.370.000.71   0.13
XYZ37.625857.670014.1494
Yxy57.67000.34380.5269
Hunter Lab75.9408-44.456342.1115
CIE-Lab80.5550-49.055965.1710

#8cdd41 color RGB value is (140,221,65).

#8cdd41 hex color red value is 140, green value is 221 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #8cdd41 hue: 0.25 , saturation: 0.70 and the lightness value of 8cdd41 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 01000001
Octal 214 335 101
Decimal 140 221 65
Hex 8C DD 41

RGB Percentages of Color #8cdd41

%32.86
%51.88
%15.26

CMYK Percentages of Color #8cdd41

%37
%0
%71
%13

Triadic Colors of #8cdd41

#8cdd41 #418cdd #dd418c

Analogous Colors of #8cdd41

#8cdd41 #41dd44 #dadd41

Monochromatic Colors of #8cdd41

#8cdd41

Complementary Color

#8cdd41 #9241dd

#8cdd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdd41 Color CSS Codes

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

#8cdd41 Text Font Color

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

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


#8cdd41 Background Color

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

This div background color is #8cdd41


#8cdd41 Border Color

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

This div border color is #8cdd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdd41


Comments

No comments written yet.

Please login to write comment.