Color Hex Logo

#0ccc6b Color Hex

#0CCC6B
(12,204,107)
0 Favorites   0 Comments

Color spaces of #0ccc6b

RGB 12204107
HSL0.420.890.42
HSV150°94°80°
CMYK 0.940.000.48   0.20
XYZ24.398344.325421.1797
Yxy44.32540.27140.4930
Hunter Lab66.5773-51.096227.7427
CIE-Lab72.4455-63.462336.6100

#0ccc6b color RGB value is (12,204,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001100 01101011
Octal 14 314 153
Decimal 12 204 107
Hex C CC 6B

RGB Percentages of Color #0ccc6b

%3.72
%63.16
%33.13

CMYK Percentages of Color #0ccc6b

%94
%0
%48
%20

Triadic Colors of #0ccc6b

#0ccc6b #6b0ccc #cc6b0c

Analogous Colors of #0ccc6b

#0ccc6b #0ccccb #0dcc0c

Monochromatic Colors of #0ccc6b

#0ccc6b

Complementary Color

#0ccc6b #cc0c6d

#0ccc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccc6b Color CSS Codes

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

#0ccc6b Text Font Color

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

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


#0ccc6b Background Color

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

This div background color is #0ccc6b


#0ccc6b Border Color

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

This div border color is #0ccc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccc6b


Comments

No comments written yet.

Please login to write comment.