Color Hex Logo

#0cc9ff Color Hex

#0CC9FF
(12,201,255)
0 Favorites   0 Comments

Color spaces of #0cc9ff

RGB 12201255
HSL0.541.000.52
HSV193°95°100°
CMYK 0.950.210.00   0.00
XYZ39.088349.0715102.0193
Yxy49.07150.20550.2580
Hunter Lab70.0511-22.9868-37.3116
CIE-Lab75.4958-22.5526-37.9546

#0cc9ff color RGB value is (12,201,255).

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

The process color (four color CMYK) of #0cc9ff color hex is 0.95, 0.21, 0.00, 0.00. Web safe color of #0cc9ff is #00ccff. Color #0cc9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001001 11111111
Octal 14 311 377
Decimal 12 201 255
Hex C C9 FF

RGB Percentages of Color #0cc9ff

%2.56
%42.95
%54.49

CMYK Percentages of Color #0cc9ff

%95
%21
%0
%0

Triadic Colors of #0cc9ff

#0cc9ff #ff0cc9 #c9ff0c

Analogous Colors of #0cc9ff

#0cc9ff #0c50ff #0cffbc

Monochromatic Colors of #0cc9ff

#0cc9ff

Complementary Color

#0cc9ff #ff420c

#0cc9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc9ff Color CSS Codes

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

#0cc9ff Text Font Color

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

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


#0cc9ff Background Color

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

This div background color is #0cc9ff


#0cc9ff Border Color

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

This div border color is #0cc9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc9ff


Comments

No comments written yet.

Please login to write comment.