Color Hex Logo

#0cbcfe Color Hex

#0CBCFE
(12,188,254)
0 Favorites   0 Comments

Color spaces of #0cbcfe

RGB 12188254
HSL0.550.990.52
HSV196°95°100°
CMYK 0.950.260.00   0.00
XYZ36.024243.2004100.2058
Yxy43.20040.20080.2408
Hunter Lab65.7270-17.1885-44.3832
CIE-Lab71.6908-16.1330-43.3484

#0cbcfe color RGB value is (12,188,254).

#0cbcfe hex color red value is 12, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0cbcfe hue: 0.55 , saturation: 0.99 and the lightness value of 0cbcfe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111100 11111110
Octal 14 274 376
Decimal 12 188 254
Hex C BC FE

RGB Percentages of Color #0cbcfe

%2.64
%41.41
%55.95

CMYK Percentages of Color #0cbcfe

%95
%26
%0
%0

Triadic Colors of #0cbcfe

#0cbcfe #fe0cbc #bcfe0c

Analogous Colors of #0cbcfe

#0cbcfe #0c43fe #0cfec7

Monochromatic Colors of #0cbcfe

#0cbcfe

Complementary Color

#0cbcfe #fe4e0c

#0cbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbcfe Color CSS Codes

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

#0cbcfe Text Font Color

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

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


#0cbcfe Background Color

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

This div background color is #0cbcfe


#0cbcfe Border Color

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

This div border color is #0cbcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbcfe


Comments

No comments written yet.

Please login to write comment.