color codes Logo

#0cbefb color codes

#0CBEFB
(12,190,251)
0 Favorites   0 Comments

Color spaces of #0cbefb

RGB 12190251
HSL0.540.970.52
HSV195°95°98°
CMYK 0.950.240.00   0.02
XYZ35.977743.870197.8383
Yxy43.87010.20250.2469
Hunter Lab66.2345-18.9516-41.2161
CIE-Lab72.1416-18.2319-41.0268

#0cbefb color RGB value is (12,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111110 11111011
Octal 14 276 373
Decimal 12 190 251
Hex C BE FB

RGB Percentages of Color #0cbefb

%2.65
%41.94
%55.41

CMYK Percentages of Color #0cbefb

%95
%24
%0
%2

Triadic Colors of #0cbefb

#0cbefb #fb0cbe #befb0c

Analogous Colors of #0cbefb

#0cbefb #0c46fb #0cfbc1

Monochromatic Colors of #0cbefb

#0cbefb

Complementary Color

#0cbefb #fb490c

#0cbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbefb Color CSS Codes

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

#0cbefb Text Font Color

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

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


#0cbefb Background Color

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

This div background color is #0cbefb


#0cbefb Border Color

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

This div border color is #0cbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbefb


Comments

No comments written yet.

Please login to write comment.