Color Hex Logo

#0bdcf9 Color Hex

#0BDCF9
(11,220,249)
0 Favorites   0 Comments

Color spaces of #0bdcf9

RGB 11220249
HSL0.520.950.51
HSV187°96°98°
CMYK 0.960.120.00   0.02
XYZ42.830158.097198.5790
Yxy58.09710.21470.2912
Hunter Lab76.2215-33.0854-23.3261
CIE-Lab80.7927-33.8794-26.5969

#0bdcf9 color RGB value is (11,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011100 11111001
Octal 13 334 371
Decimal 11 220 249
Hex B DC F9

RGB Percentages of Color #0bdcf9

%2.29
%45.83
%51.88

CMYK Percentages of Color #0bdcf9

%96
%12
%0
%2

Triadic Colors of #0bdcf9

#0bdcf9 #f90bdc #dcf90b

Analogous Colors of #0bdcf9

#0bdcf9 #0b65f9 #0bf99f

Monochromatic Colors of #0bdcf9

#0bdcf9

Complementary Color

#0bdcf9 #f9280b

#0bdcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdcf9 Color CSS Codes

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

#0bdcf9 Text Font Color

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

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


#0bdcf9 Background Color

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

This div background color is #0bdcf9


#0bdcf9 Border Color

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

This div border color is #0bdcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.