Color Hex Logo

#8cdc02 Color Hex

#8CDC02
(140,220,2)
0 Favorites   0 Comments

Color spaces of #8cdc02

RGB 1402202
HSL0.230.980.44
HSV82°99°86°
CMYK 0.360.000.99   0.14
XYZ36.419456.76629.0949
Yxy56.76620.35610.5550
Hunter Lab75.3433-45.567745.5833
CIE-Lab80.0479-50.836778.1734

#8cdc02 color RGB value is (140,220,2).

#8cdc02 hex color red value is 140, green value is 220 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #8cdc02 hue: 0.23 , saturation: 0.98 and the lightness value of 8cdc02 is 0.44.

The process color (four color CMYK) of #8cdc02 color hex is 0.36, 0.00, 0.99, 0.14. Web safe color of #8cdc02 is #99cc00. Color #8cdc02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 00000010
Octal 214 334 2
Decimal 140 220 2
Hex 8C DC 2

RGB Percentages of Color #8cdc02

%38.67
%60.77
%0.55

CMYK Percentages of Color #8cdc02

%36
%0
%99
%14

Triadic Colors of #8cdc02

#8cdc02 #028cdc #dc028c

Analogous Colors of #8cdc02

#8cdc02 #1fdc02 #dcbf02

Monochromatic Colors of #8cdc02

#8cdc02

Complementary Color

#8cdc02 #5202dc

#8cdc02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdc02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdc02 Color CSS Codes

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

#8cdc02 Text Font Color

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

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


#8cdc02 Background Color

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

This div background color is #8cdc02


#8cdc02 Border Color

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

This div border color is #8cdc02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdc02


Comments

No comments written yet.

Please login to write comment.