Color Hex Logo

#0b9adc Color Hex

#0B9ADC
(11,154,220)
0 Favorites   0 Comments

Color spaces of #0b9adc

RGB 11154220
HSL0.550.900.45
HSV199°95°86°
CMYK 0.950.300.00   0.14
XYZ24.611928.349771.8850
Yxy28.34970.19710.2271
Hunter Lab53.2444-10.6673-42.7760
CIE-Lab60.2034-9.7700-42.7646

#0b9adc color RGB value is (11,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10011010 11011100
Octal 13 232 334
Decimal 11 154 220
Hex B 9A DC

RGB Percentages of Color #0b9adc

%2.86
%40.00
%57.14

CMYK Percentages of Color #0b9adc

%95
%30
%0
%14

Triadic Colors of #0b9adc

#0b9adc #dc0b9a #9adc0b

Analogous Colors of #0b9adc

#0b9adc #0b31dc #0bdcb6

Monochromatic Colors of #0b9adc

#0b9adc

Complementary Color

#0b9adc #dc4d0b

#0b9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b9adc Color CSS Codes

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

#0b9adc Text Font Color

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

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


#0b9adc Background Color

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

This div background color is #0b9adc


#0b9adc Border Color

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

This div border color is #0b9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b9adc


Comments

No comments written yet.

Please login to write comment.