Color Hex Logo

#0bcfee Color Hex

#0BCFEE
(11,207,238)
0 Favorites   0 Comments

Color spaces of #0bcfee

RGB 11207238
HSL0.520.910.49
HSV188°95°93°
CMYK 0.950.130.00   0.07
XYZ37.883550.869888.7111
Yxy50.86980.21350.2866
Hunter Lab71.3231-30.0045-23.8183
CIE-Lab76.6001-31.1726-27.1414

#0bcfee color RGB value is (11,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001111 11101110
Octal 13 317 356
Decimal 11 207 238
Hex B CF EE

RGB Percentages of Color #0bcfee

%2.41
%45.39
%52.19

CMYK Percentages of Color #0bcfee

%95
%13
%0
%7

Triadic Colors of #0bcfee

#0bcfee #ee0bcf #cfee0b

Analogous Colors of #0bcfee

#0bcfee #0b5eee #0bee9c

Monochromatic Colors of #0bcfee

#0bcfee

Complementary Color

#0bcfee #ee2a0b

#0bcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcfee Color CSS Codes

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

#0bcfee Text Font Color

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

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


#0bcfee Background Color

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

This div background color is #0bcfee


#0bcfee Border Color

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

This div border color is #0bcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcfee


Comments

No comments written yet.

Please login to write comment.