Color Hex Logo

#08cd3c Color Hex

#08CD3C
(8,205,60)
0 Favorites   0 Comments

Color spaces of #08cd3c

RGB 820560
HSL0.380.920.42
HSV136°96°80°
CMYK 0.960.000.71   0.20
XYZ22.747144.040511.5767
Yxy44.04050.29030.5620
Hunter Lab66.3630-54.951236.1113
CIE-Lab72.2556-69.980357.4164

#08cd3c color RGB value is (8,205,60).

#08cd3c hex color red value is 8, green value is 205 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #08cd3c hue: 0.38 , saturation: 0.92 and the lightness value of 08cd3c is 0.42.

The process color (four color CMYK) of #08cd3c color hex is 0.96, 0.00, 0.71, 0.20. Web safe color of #08cd3c is #00cc33. Color #08cd3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001101 00111100
Octal 10 315 74
Decimal 8 205 60
Hex 8 CD 3C

RGB Percentages of Color #08cd3c

%2.93
%75.09
%21.98

CMYK Percentages of Color #08cd3c

%96
%0
%71
%20

Triadic Colors of #08cd3c

#08cd3c #3c08cd #cd3c08

Analogous Colors of #08cd3c

#08cd3c #08cd9f #37cd08

Monochromatic Colors of #08cd3c

#08cd3c

Complementary Color

#08cd3c #cd0899

#08cd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cd3c Color CSS Codes

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

#08cd3c Text Font Color

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

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


#08cd3c Background Color

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

This div background color is #08cd3c


#08cd3c Border Color

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

This div border color is #08cd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cd3c


Comments

No comments written yet.

Please login to write comment.