Color Hex Logo

#0bcdfd Color Hex

#0BCDFD
(11,205,253)
0 Favorites   0 Comments

Color spaces of #0bcdfd

RGB 11205253
HSL0.530.980.52
HSV192°96°99°
CMYK 0.960.190.00   0.01
XYZ39.699050.8256100.6465
Yxy50.82560.20770.2659
Hunter Lab71.2921-25.3634-33.7981
CIE-Lab76.5732-25.2704-35.2151

#0bcdfd color RGB value is (11,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001101 11111101
Octal 13 315 375
Decimal 11 205 253
Hex B CD FD

RGB Percentages of Color #0bcdfd

%2.35
%43.71
%53.94

CMYK Percentages of Color #0bcdfd

%96
%19
%0
%1

Triadic Colors of #0bcdfd

#0bcdfd #fd0bcd #cdfd0b

Analogous Colors of #0bcdfd

#0bcdfd #0b54fd #0bfdb4

Monochromatic Colors of #0bcdfd

#0bcdfd

Complementary Color

#0bcdfd #fd3b0b

#0bcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcdfd Color CSS Codes

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

#0bcdfd Text Font Color

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

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


#0bcdfd Background Color

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

This div background color is #0bcdfd


#0bcdfd Border Color

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

This div border color is #0bcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcdfd


Comments

No comments written yet.

Please login to write comment.