color codes Logo

#0bccec color codes

#0BCCEC
(11,204,236)
0 Favorites   0 Comments

Color spaces of #0bccec

RGB 11204236
HSL0.520.910.48
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ36.871249.313086.9319
Yxy49.31300.21300.2849
Hunter Lab70.2232-29.1679-24.2410
CIE-Lab75.6456-30.3658-27.5298

#0bccec color RGB value is (11,204,236).

#0bccec hex color red value is 11, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0bccec hue: 0.52 , saturation: 0.91 and the lightness value of 0bccec is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 11101100
Octal 13 314 354
Decimal 11 204 236
Hex B CC EC

RGB Percentages of Color #0bccec

%2.44
%45.23
%52.33

CMYK Percentages of Color #0bccec

%95
%14
%0
%7

Triadic Colors of #0bccec

#0bccec #ec0bcc #ccec0b

Analogous Colors of #0bccec

#0bccec #0b5bec #0bec9c

Monochromatic Colors of #0bccec

#0bccec

Complementary Color

#0bccec #ec2b0b

#0bccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bccec Color CSS Codes

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

#0bccec Text Font Color

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

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


#0bccec Background Color

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

This div background color is #0bccec


#0bccec Border Color

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

This div border color is #0bccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bccec


Comments

No comments written yet.

Please login to write comment.