Color Hex Logo

#0cc56e Color Hex

#0CC56E
(12,197,110)
0 Favorites   0 Comments

Color spaces of #0cc56e

RGB 12197110
HSL0.420.890.41
HSV152°94°77°
CMYK 0.940.000.44   0.23
XYZ22.932341.136521.4833
Yxy41.13650.26810.4808
Hunter Lab64.1377-48.418825.0369
CIE-Lab70.2715-60.587932.3106

#0cc56e color RGB value is (12,197,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11000101 01101110
Octal 14 305 156
Decimal 12 197 110
Hex C C5 6E

RGB Percentages of Color #0cc56e

%3.76
%61.76
%34.48

CMYK Percentages of Color #0cc56e

%94
%0
%44
%23

Triadic Colors of #0cc56e

#0cc56e #6e0cc5 #c56e0c

Analogous Colors of #0cc56e

#0cc56e #0cc0c5 #0cc512

Monochromatic Colors of #0cc56e

#0cc56e

Complementary Color

#0cc56e #c50c63

#0cc56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc56e Color CSS Codes

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

#0cc56e Text Font Color

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

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


#0cc56e Background Color

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

This div background color is #0cc56e


#0cc56e Border Color

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

This div border color is #0cc56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc56e


Comments

No comments written yet.

Please login to write comment.