Color Hex Logo

#0bafdb Color Hex

#0BAFDB
(11,175,219)
0 Favorites   0 Comments

Color spaces of #0bafdb

RGB 11175219
HSL0.540.900.45
HSV193°95°86°
CMYK 0.950.200.00   0.14
XYZ28.254235.845672.4476
Yxy35.84560.20690.2625
Hunter Lab59.8712-20.5375-29.8345
CIE-Lab66.4018-21.4837-32.5308

#0bafdb color RGB value is (11,175,219).

#0bafdb hex color red value is 11, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0bafdb hue: 0.54 , saturation: 0.90 and the lightness value of 0bafdb is 0.45.

The process color (four color CMYK) of #0bafdb color hex is 0.95, 0.20, 0.00, 0.14. Web safe color of #0bafdb is #0099cc. Color #0bafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101111 11011011
Octal 13 257 333
Decimal 11 175 219
Hex B AF DB

RGB Percentages of Color #0bafdb

%2.72
%43.21
%54.07

CMYK Percentages of Color #0bafdb

%95
%20
%0
%14

Triadic Colors of #0bafdb

#0bafdb #db0baf #afdb0b

Analogous Colors of #0bafdb

#0bafdb #0b47db #0bdb9f

Monochromatic Colors of #0bafdb

#0bafdb

Complementary Color

#0bafdb #db370b

#0bafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bafdb Color CSS Codes

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

#0bafdb Text Font Color

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

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


#0bafdb Background Color

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

This div background color is #0bafdb


#0bafdb Border Color

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

This div border color is #0bafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bafdb


Comments

No comments written yet.

Please login to write comment.