Color Hex Logo

#0cfcff Color Hex

#0CFCFF
(12,252,255)
0 Favorites   0 Comments

Color spaces of #0cfcff

RGB 12252255
HSL0.501.000.52
HSV181°95°100°
CMYK 0.950.010.00   0.00
XYZ53.012076.9190106.6606
Yxy76.91900.22410.3251
Hunter Lab87.7035-45.5875-10.7131
CIE-Lab90.2843-46.5474-15.3811

#0cfcff color RGB value is (12,252,255).

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

The process color (four color CMYK) of #0cfcff color hex is 0.95, 0.01, 0.00, 0.00. Web safe color of #0cfcff is #00ffff. Color #0cfcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111100 11111111
Octal 14 374 377
Decimal 12 252 255
Hex C FC FF

RGB Percentages of Color #0cfcff

%2.31
%48.55
%49.13

CMYK Percentages of Color #0cfcff

%95
%1
%0
%0

Triadic Colors of #0cfcff

#0cfcff #ff0cfc #fcff0c

Analogous Colors of #0cfcff

#0cfcff #0c83ff #0cff89

Monochromatic Colors of #0cfcff

#0cfcff

Complementary Color

#0cfcff #ff0f0c

#0cfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfcff Color CSS Codes

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

#0cfcff Text Font Color

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

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


#0cfcff Background Color

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

This div background color is #0cfcff


#0cfcff Border Color

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

This div border color is #0cfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.