Color Hex Logo

#08dc02 Color Hex

#08DC02
(8,220,2)
0 Favorites   0 Comments

Color spaces of #08dc02

RGB 82202
HSL0.330.980.44
HSV118°99°86°
CMYK 0.960.000.99   0.14
XYZ25.704351.24248.5935
Yxy51.24240.30050.5990
Hunter Lab71.5838-61.175942.9910
CIE-Lab76.8256-76.770674.2548

#08dc02 color RGB value is (8,220,2).

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

The process color (four color CMYK) of #08dc02 color hex is 0.96, 0.00, 0.99, 0.14. Web safe color of #08dc02 is #00cc00. Color #08dc02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011100 00000010
Octal 10 334 2
Decimal 8 220 2
Hex 8 DC 2

RGB Percentages of Color #08dc02

%3.48
%95.65
%0.87

CMYK Percentages of Color #08dc02

%96
%0
%99
%14

Triadic Colors of #08dc02

#08dc02 #0208dc #dc0208

Analogous Colors of #08dc02

#08dc02 #02dc69 #75dc02

Monochromatic Colors of #08dc02

#08dc02

Complementary Color

#08dc02 #d602dc

#08dc02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dc02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dc02 Color CSS Codes

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

#08dc02 Text Font Color

<p style="color:#08dc02">Text here</p>

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


#08dc02 Background Color

<div style="background-color:#08dc02">
Div content here</div>

This div background color is #08dc02


#08dc02 Border Color

<div style="border:3px solid #08dc02">
Div here</div>

This div border color is #08dc02


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,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 #08dc02">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dc02


Comments

No comments written yet.

Please login to write comment.