Color Hex Logo

#0cfccc Color Hex

#0CFCCC
(12,252,204)
0 Favorites   0 Comments

Color spaces of #0cfccc

RGB 12252204
HSL0.470.980.52
HSV168°95°99°
CMYK 0.950.000.19   0.01
XYZ45.861174.058669.0044
Yxy74.05860.24270.3920
Hunter Lab86.0573-55.475212.6989
CIE-Lab88.9502-60.20359.1569

#0cfccc color RGB value is (12,252,204).

#0cfccc hex color red value is 12, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0cfccc hue: 0.47 , saturation: 0.98 and the lightness value of 0cfccc is 0.52.

The process color (four color CMYK) of #0cfccc color hex is 0.95, 0.00, 0.19, 0.01. Web safe color of #0cfccc is #00ffcc. Color #0cfccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111100 11001100
Octal 14 374 314
Decimal 12 252 204
Hex C FC CC

RGB Percentages of Color #0cfccc

%2.56
%53.85
%43.59

CMYK Percentages of Color #0cfccc

%95
%0
%19
%1

Triadic Colors of #0cfccc

#0cfccc #cc0cfc #fccc0c

Analogous Colors of #0cfccc

#0cfccc #0cb4fc #0cfc54

Monochromatic Colors of #0cfccc

#0cfccc

Complementary Color

#0cfccc #fc0c3c

#0cfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfccc Color CSS Codes

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

#0cfccc Text Font Color

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

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


#0cfccc Background Color

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

This div background color is #0cfccc


#0cfccc Border Color

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

This div border color is #0cfccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfccc


Comments

No comments written yet.

Please login to write comment.