Color Hex Logo

#0cf7cc Color Hex

#0CF7CC
(12,247,204)
0 Favorites   0 Comments

Color spaces of #0cf7cc

RGB 12247204
HSL0.470.940.51
HSV169°95°97°
CMYK 0.950.000.17   0.03
XYZ44.311570.959368.4878
Yxy70.95930.24110.3862
Hunter Lab84.2373-53.518710.7614
CIE-Lab87.4652-58.27067.0264

#0cf7cc color RGB value is (12,247,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110111 11001100
Octal 14 367 314
Decimal 12 247 204
Hex C F7 CC

RGB Percentages of Color #0cf7cc

%2.59
%53.35
%44.06

CMYK Percentages of Color #0cf7cc

%95
%0
%17
%3

Triadic Colors of #0cf7cc

#0cf7cc #cc0cf7 #f7cc0c

Analogous Colors of #0cf7cc

#0cf7cc #0cadf7 #0cf757

Monochromatic Colors of #0cf7cc

#0cf7cc

Complementary Color

#0cf7cc #f70c37

#0cf7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf7cc Color CSS Codes

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

#0cf7cc Text Font Color

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

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


#0cf7cc Background Color

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

This div background color is #0cf7cc


#0cf7cc Border Color

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

This div border color is #0cf7cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,247,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 #0cf7cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf7cc


Comments

No comments written yet.

Please login to write comment.