Color Hex Logo

#0bccf9 Color Hex

#0BCCF9
(11,204,249)
0 Favorites   0 Comments

Color spaces of #0bccf9

RGB 11204249
HSL0.530.950.51
HSV191°96°98°
CMYK 0.960.180.00   0.02
XYZ38.829850.096497.2456
Yxy50.09640.20860.2691
Hunter Lab70.7788-25.9364-31.9155
CIE-Lab76.1284-26.1009-33.7625

#0bccf9 color RGB value is (11,204,249).

#0bccf9 hex color red value is 11, green value is 204 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #0bccf9 hue: 0.53 , saturation: 0.95 and the lightness value of 0bccf9 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 11111001
Octal 13 314 371
Decimal 11 204 249
Hex B CC F9

RGB Percentages of Color #0bccf9

%2.37
%43.97
%53.66

CMYK Percentages of Color #0bccf9

%96
%18
%0
%2

Triadic Colors of #0bccf9

#0bccf9 #f90bcc #ccf90b

Analogous Colors of #0bccf9

#0bccf9 #0b55f9 #0bf9af

Monochromatic Colors of #0bccf9

#0bccf9

Complementary Color

#0bccf9 #f9380b

#0bccf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bccf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bccf9 Color CSS Codes

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

#0bccf9 Text Font Color

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

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


#0bccf9 Background Color

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

This div background color is #0bccf9


#0bccf9 Border Color

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

This div border color is #0bccf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bccf9

Related Colors


Comments

No comments written yet.

Please login to write comment.