Color Hex Logo

#0cccfb Color Hex

#0CCCFB
(12,204,251)
0 Favorites   0 Comments

Color spaces of #0cccfb

RGB 12204251
HSL0.530.970.52
HSV192°95°98°
CMYK 0.950.190.00   0.02
XYZ39.157150.228998.8981
Yxy50.22890.20800.2668
Hunter Lab70.8724-25.4050-33.1250
CIE-Lab76.2095-25.4112-34.7075

#0cccfb color RGB value is (12,204,251).

#0cccfb hex color red value is 12, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0cccfb hue: 0.53 , saturation: 0.97 and the lightness value of 0cccfb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001100 11111011
Octal 14 314 373
Decimal 12 204 251
Hex C CC FB

RGB Percentages of Color #0cccfb

%2.57
%43.68
%53.75

CMYK Percentages of Color #0cccfb

%95
%19
%0
%2

Triadic Colors of #0cccfb

#0cccfb #fb0ccc #ccfb0c

Analogous Colors of #0cccfb

#0cccfb #0c55fb #0cfbb3

Monochromatic Colors of #0cccfb

#0cccfb

Complementary Color

#0cccfb #fb3b0c

#0cccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cccfb Color CSS Codes

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

#0cccfb Text Font Color

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

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


#0cccfb Background Color

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

This div background color is #0cccfb


#0cccfb Border Color

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

This div border color is #0cccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cccfb


Comments

No comments written yet.

Please login to write comment.