Color Hex Logo

#0bccee Color Hex

#0BCCEE
(11,204,238)
0 Favorites   0 Comments

Color spaces of #0bccee

RGB 11204238
HSL0.520.910.49
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ37.163549.429988.4711
Yxy49.42990.21230.2824
Hunter Lab70.3064-28.6823-25.3940
CIE-Lab75.7180-29.7167-28.4937

#0bccee color RGB value is (11,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 11101110
Octal 13 314 356
Decimal 11 204 238
Hex B CC EE

RGB Percentages of Color #0bccee

%2.43
%45.03
%52.54

CMYK Percentages of Color #0bccee

%95
%14
%0
%7

Triadic Colors of #0bccee

#0bccee #ee0bcc #ccee0b

Analogous Colors of #0bccee

#0bccee #0b5bee #0bee9f

Monochromatic Colors of #0bccee

#0bccee

Complementary Color

#0bccee #ee2d0b

#0bccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bccee Color CSS Codes

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

#0bccee Text Font Color

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

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


#0bccee Background Color

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

This div background color is #0bccee


#0bccee Border Color

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

This div border color is #0bccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bccee


Comments

No comments written yet.

Please login to write comment.