Color Hex Logo

#0ccd56 Color Hex

#0CCD56
(12,205,86)
0 Favorites   0 Comments

Color spaces of #0ccd56

RGB 1220586
HSL0.400.890.43
HSV143°94°80°
CMYK 0.940.000.58   0.20
XYZ23.662744.412716.1295
Yxy44.41270.28100.5274
Hunter Lab66.6429-53.245532.3001
CIE-Lab72.5035-66.938646.7684

#0ccd56 color RGB value is (12,205,86).

#0ccd56 hex color red value is 12, green value is 205 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #0ccd56 hue: 0.40 , saturation: 0.89 and the lightness value of 0ccd56 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001101 01010110
Octal 14 315 126
Decimal 12 205 86
Hex C CD 56

RGB Percentages of Color #0ccd56

%3.96
%67.66
%28.38

CMYK Percentages of Color #0ccd56

%94
%0
%58
%20

Triadic Colors of #0ccd56

#0ccd56 #560ccd #cd560c

Analogous Colors of #0ccd56

#0ccd56 #0ccdb7 #22cd0c

Monochromatic Colors of #0ccd56

#0ccd56

Complementary Color

#0ccd56 #cd0c83

#0ccd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccd56 Color CSS Codes

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

#0ccd56 Text Font Color

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

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


#0ccd56 Background Color

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

This div background color is #0ccd56


#0ccd56 Border Color

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

This div border color is #0ccd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccd56


Comments

No comments written yet.

Please login to write comment.