Color Hex Logo

#0bcdff Color Hex

#0BCDFF
(11,205,255)
0 Favorites   0 Comments

Color spaces of #0bcdff

RGB 11205255
HSL0.531.000.52
HSV192°96°100°
CMYK 0.960.200.00   0.00
XYZ40.019350.9538102.3336
Yxy50.95380.20700.2636
Hunter Lab71.3819-24.8448-35.0312
CIE-Lab76.6510-24.6032-36.1636

#0bcdff color RGB value is (11,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001101 11111111
Octal 13 315 377
Decimal 11 205 255
Hex B CD FF

RGB Percentages of Color #0bcdff

%2.34
%43.52
%54.14

CMYK Percentages of Color #0bcdff

%96
%20
%0
%0

Triadic Colors of #0bcdff

#0bcdff #ff0bcd #cdff0b

Analogous Colors of #0bcdff

#0bcdff #0b53ff #0bffb7

Monochromatic Colors of #0bcdff

#0bcdff

Complementary Color

#0bcdff #ff3d0b

#0bcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcdff Color CSS Codes

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

#0bcdff Text Font Color

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

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


#0bcdff Background Color

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

This div background color is #0bcdff


#0bcdff Border Color

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

This div border color is #0bcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcdff

Related Colors


Comments

No comments written yet.

Please login to write comment.