Color Hex Logo

#0bcceb Color Hex

#0BCCEB
(11,204,235)
0 Favorites   0 Comments

Color spaces of #0bcceb

RGB 11204235
HSL0.520.910.48
HSV188°95°92°
CMYK 0.950.130.00   0.08
XYZ36.726349.255086.1688
Yxy49.25500.21330.2861
Hunter Lab70.1819-29.4090-23.6685
CIE-Lab75.6097-30.6892-27.0472

#0bcceb color RGB value is (11,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 11101011
Octal 13 314 353
Decimal 11 204 235
Hex B CC EB

RGB Percentages of Color #0bcceb

%2.44
%45.33
%52.22

CMYK Percentages of Color #0bcceb

%95
%13
%0
%8

Triadic Colors of #0bcceb

#0bcceb #eb0bcc #cceb0b

Analogous Colors of #0bcceb

#0bcceb #0b5ceb #0beb9a

Monochromatic Colors of #0bcceb

#0bcceb

Complementary Color

#0bcceb #eb2a0b

#0bcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcceb Color CSS Codes

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

#0bcceb Text Font Color

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

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


#0bcceb Background Color

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

This div background color is #0bcceb


#0bcceb Border Color

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

This div border color is #0bcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcceb


Comments

No comments written yet.

Please login to write comment.