Color Hex Logo

#0bacdd Color Hex

#0BACDD
(11,172,221)
0 Favorites   0 Comments

Color spaces of #0bacdd

RGB 11172221
HSL0.540.910.45
HSV194°95°87°
CMYK 0.950.220.00   0.13
XYZ27.941734.796773.6504
Yxy34.79670.20490.2551
Hunter Lab58.9887-18.6786-32.7344
CIE-Lab65.5901-19.2198-34.8913

#0bacdd color RGB value is (11,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101100 11011101
Octal 13 254 335
Decimal 11 172 221
Hex B AC DD

RGB Percentages of Color #0bacdd

%2.72
%42.57
%54.70

CMYK Percentages of Color #0bacdd

%95
%22
%0
%13

Triadic Colors of #0bacdd

#0bacdd #dd0bac #acdd0b

Analogous Colors of #0bacdd

#0bacdd #0b43dd #0bdda5

Monochromatic Colors of #0bacdd

#0bacdd

Complementary Color

#0bacdd #dd3c0b

#0bacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bacdd Color CSS Codes

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

#0bacdd Text Font Color

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

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


#0bacdd Background Color

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

This div background color is #0bacdd


#0bacdd Border Color

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

This div border color is #0bacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bacdd


Comments

No comments written yet.

Please login to write comment.