Color Hex Logo

#0cf3ff Color Hex

#0CF3FF
(12,243,255)
0 Favorites   0 Comments

Color spaces of #0cf3ff

RGB 12243255
HSL0.511.000.52
HSV183°95°100°
CMYK 0.950.050.00   0.00
XYZ50.252271.3993105.7406
Yxy71.39930.22100.3140
Hunter Lab84.4981-41.7153-15.0466
CIE-Lab87.6786-42.5859-19.3009

#0cf3ff color RGB value is (12,243,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110011 11111111
Octal 14 363 377
Decimal 12 243 255
Hex C F3 FF

RGB Percentages of Color #0cf3ff

%2.35
%47.65
%50.00

CMYK Percentages of Color #0cf3ff

%95
%5
%0
%0

Triadic Colors of #0cf3ff

#0cf3ff #ff0cf3 #f3ff0c

Analogous Colors of #0cf3ff

#0cf3ff #0c7aff #0cff92

Monochromatic Colors of #0cf3ff

#0cf3ff

Complementary Color

#0cf3ff #ff180c

#0cf3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf3ff Color CSS Codes

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

#0cf3ff Text Font Color

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

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


#0cf3ff Background Color

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

This div background color is #0cf3ff


#0cf3ff Border Color

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

This div border color is #0cf3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.