Color Hex Logo

#0cfadc Color Hex

#0CFADC
(12,250,220)
0 Favorites   0 Comments

Color spaces of #0cfadc

RGB 12250220
HSL0.480.960.51
HSV172°95°98°
CMYK 0.950.000.12   0.02
XYZ47.255573.616779.4290
Yxy73.61670.23590.3675
Hunter Lab85.8002-51.83925.1728
CIE-Lab88.7410-55.36700.5477

#0cfadc color RGB value is (12,250,220).

#0cfadc hex color red value is 12, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0cfadc hue: 0.48 , saturation: 0.96 and the lightness value of 0cfadc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111010 11011100
Octal 14 372 334
Decimal 12 250 220
Hex C FA DC

RGB Percentages of Color #0cfadc

%2.49
%51.87
%45.64

CMYK Percentages of Color #0cfadc

%95
%0
%12
%2

Triadic Colors of #0cfadc

#0cfadc #dc0cfa #fadc0c

Analogous Colors of #0cfadc

#0cfadc #0ca1fa #0cfa65

Monochromatic Colors of #0cfadc

#0cfadc

Complementary Color

#0cfadc #fa0c2a

#0cfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfadc Color CSS Codes

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

#0cfadc Text Font Color

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

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


#0cfadc Background Color

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

This div background color is #0cfadc


#0cfadc Border Color

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

This div border color is #0cfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfadc

Related Colors


Comments

No comments written yet.

Please login to write comment.