Color Hex Logo

#0bdcff Color Hex

#0BDCFF
(11,220,255)
0 Favorites   0 Comments

Color spaces of #0bdcff

RGB 11220255
HSL0.521.000.52
HSV189°96°100°
CMYK 0.960.140.00   0.00
XYZ43.781258.4775103.5875
Yxy58.47750.21270.2841
Hunter Lab76.4706-31.6281-26.7852
CIE-Lab81.0035-31.9713-29.4562

#0bdcff color RGB value is (11,220,255).

#0bdcff hex color red value is 11, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0bdcff hue: 0.52 , saturation: 1.00 and the lightness value of 0bdcff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011100 11111111
Octal 13 334 377
Decimal 11 220 255
Hex B DC FF

RGB Percentages of Color #0bdcff

%2.26
%45.27
%52.47

CMYK Percentages of Color #0bdcff

%96
%14
%0
%0

Triadic Colors of #0bdcff

#0bdcff #ff0bdc #dcff0b

Analogous Colors of #0bdcff

#0bdcff #0b62ff #0bffa8

Monochromatic Colors of #0bdcff

#0bdcff

Complementary Color

#0bdcff #ff2e0b

#0bdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdcff Color CSS Codes

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

#0bdcff Text Font Color

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

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


#0bdcff Background Color

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

This div background color is #0bdcff


#0bdcff Border Color

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

This div border color is #0bdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdcff


Comments

No comments written yet.

Please login to write comment.