Color Hex Logo

#0ba0dd Color Hex

#0BA0DD
(11,160,221)
0 Favorites   0 Comments

Color spaces of #0ba0dd

RGB 11160221
HSL0.550.910.45
HSV197°95°87°
CMYK 0.950.280.00   0.13
XYZ25.760030.433272.9231
Yxy30.43320.19950.2357
Hunter Lab55.1663-13.1901-39.7577
CIE-Lab62.0262-12.7467-40.4560

#0ba0dd color RGB value is (11,160,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100000 11011101
Octal 13 240 335
Decimal 11 160 221
Hex B A0 DD

RGB Percentages of Color #0ba0dd

%2.81
%40.82
%56.38

CMYK Percentages of Color #0ba0dd

%95
%28
%0
%13

Triadic Colors of #0ba0dd

#0ba0dd #dd0ba0 #a0dd0b

Analogous Colors of #0ba0dd

#0ba0dd #0b37dd #0bddb1

Monochromatic Colors of #0ba0dd

#0ba0dd

Complementary Color

#0ba0dd #dd480b

#0ba0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba0dd Color CSS Codes

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

#0ba0dd Text Font Color

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

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


#0ba0dd Background Color

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

This div background color is #0ba0dd


#0ba0dd Border Color

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

This div border color is #0ba0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba0dd

#0ba0dd Color Palettes


Comments

No comments written yet.

Please login to write comment.