Color Hex Logo

#0ccc63 Color Hex

#0CCC63
(12,204,99)
0 Favorites   0 Comments

Color spaces of #0ccc63

RGB 1220499
HSL0.410.890.42
HSV147°94°80°
CMYK 0.940.000.51   0.20
XYZ23.996644.164719.0643
Yxy44.16470.27510.5063
Hunter Lab66.4565-51.844929.5111
CIE-Lab72.3384-64.754640.4196

#0ccc63 color RGB value is (12,204,99).

#0ccc63 hex color red value is 12, green value is 204 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #0ccc63 hue: 0.41 , saturation: 0.89 and the lightness value of 0ccc63 is 0.42.

The process color (four color CMYK) of #0ccc63 color hex is 0.94, 0.00, 0.51, 0.20. Web safe color of #0ccc63 is #00cc66. Color #0ccc63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001100 01100011
Octal 14 314 143
Decimal 12 204 99
Hex C CC 63

RGB Percentages of Color #0ccc63

%3.81
%64.76
%31.43

CMYK Percentages of Color #0ccc63

%94
%0
%51
%20

Triadic Colors of #0ccc63

#0ccc63 #630ccc #cc630c

Analogous Colors of #0ccc63

#0ccc63 #0cccc3 #15cc0c

Monochromatic Colors of #0ccc63

#0ccc63

Complementary Color

#0ccc63 #cc0c75

#0ccc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccc63 Color CSS Codes

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

#0ccc63 Text Font Color

<p style="color:#0ccc63">Text here</p>

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


#0ccc63 Background Color

<div style="background-color:#0ccc63">
Div content here</div>

This div background color is #0ccc63


#0ccc63 Border Color

<div style="border:3px solid #0ccc63">
Div here</div>

This div border color is #0ccc63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,204,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ccc63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ccc63;
  -webkit-box-shadow: 1px 1px 3px 2px #0ccc63;
  box-shadow:         1px 1px 3px 2px #0ccc63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccc63


Comments

No comments written yet.

Please login to write comment.