Color Hex Logo

#0b8cdd Color Hex

#0B8CDD
(11,140,221)
0 Favorites   0 Comments

Color spaces of #0b8cdd

RGB 11140221
HSL0.560.910.45
HSV203°95°87°
CMYK 0.950.370.00   0.13
XYZ22.567224.047871.8589
Yxy24.04780.19050.2030
Hunter Lab49.0386-3.6730-52.5539
CIE-Lab56.1356-1.3184-49.7569

#0b8cdd color RGB value is (11,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10001100 11011101
Octal 13 214 335
Decimal 11 140 221
Hex B 8C DD

RGB Percentages of Color #0b8cdd

%2.96
%37.63
%59.41

CMYK Percentages of Color #0b8cdd

%95
%37
%0
%13

Triadic Colors of #0b8cdd

#0b8cdd #dd0b8c #8cdd0b

Analogous Colors of #0b8cdd

#0b8cdd #0b23dd #0bddc5

Monochromatic Colors of #0b8cdd

#0b8cdd

Complementary Color

#0b8cdd #dd5c0b

#0b8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b8cdd Color CSS Codes

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

#0b8cdd Text Font Color

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

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


#0b8cdd Background Color

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

This div background color is #0b8cdd


#0b8cdd Border Color

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

This div border color is #0b8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b8cdd


Comments

No comments written yet.

Please login to write comment.