Color Hex Logo

#8cd016 Color Hex

#8CD016
(140,208,22)
0 Favorites   0 Comments

Color spaces of #8cd016

RGB 14020822
HSL0.230.810.45
HSV82°89°82°
CMYK 0.330.000.89   0.18
XYZ33.515950.74518.7874
Yxy50.74510.36020.5454
Hunter Lab71.2356-40.679242.5511
CIE-Lab76.5243-45.568473.0950

#8cd016 color RGB value is (140,208,22).

#8cd016 hex color red value is 140, green value is 208 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #8cd016 hue: 0.23 , saturation: 0.81 and the lightness value of 8cd016 is 0.45.

The process color (four color CMYK) of #8cd016 color hex is 0.33, 0.00, 0.89, 0.18. Web safe color of #8cd016 is #99cc00. Color #8cd016 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010000 00010110
Octal 214 320 26
Decimal 140 208 22
Hex 8C D0 16

RGB Percentages of Color #8cd016

%37.84
%56.22
%5.95

CMYK Percentages of Color #8cd016

%33
%0
%89
%18

Triadic Colors of #8cd016

#8cd016 #168cd0 #d0168c

Analogous Colors of #8cd016

#8cd016 #2fd016 #d0b716

Monochromatic Colors of #8cd016

#8cd016

Complementary Color

#8cd016 #5a16d0

#8cd016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd016 Color CSS Codes

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

#8cd016 Text Font Color

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

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


#8cd016 Background Color

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

This div background color is #8cd016


#8cd016 Border Color

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

This div border color is #8cd016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd016


Comments

No comments written yet.

Please login to write comment.