Color Hex Logo

#0bacdc Color Hex

#0BACDC
(11,172,220)
0 Favorites   0 Comments

Color spaces of #0bacdc

RGB 11172220
HSL0.540.900.45
HSV194°95°86°
CMYK 0.950.220.00   0.14
XYZ27.808834.743572.9506
Yxy34.74350.20520.2564
Hunter Lab58.9436-18.9374-32.1188
CIE-Lab65.5485-19.5684-34.4052

#0bacdc color RGB value is (11,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101100 11011100
Octal 13 254 334
Decimal 11 172 220
Hex B AC DC

RGB Percentages of Color #0bacdc

%2.73
%42.68
%54.59

CMYK Percentages of Color #0bacdc

%95
%22
%0
%14

Triadic Colors of #0bacdc

#0bacdc #dc0bac #acdc0b

Analogous Colors of #0bacdc

#0bacdc #0b43dc #0bdca4

Monochromatic Colors of #0bacdc

#0bacdc

Complementary Color

#0bacdc #dc3b0b

#0bacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bacdc Color CSS Codes

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

#0bacdc Text Font Color

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

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


#0bacdc Background Color

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

This div background color is #0bacdc


#0bacdc Border Color

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

This div border color is #0bacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bacdc


Comments

No comments written yet.

Please login to write comment.