Color Hex Logo

#0b7cdd Color Hex

#0B7CDD
(11,124,221)
0 Favorites   0 Comments

Color spaces of #0b7cdd

RGB 11124221
HSL0.580.910.45
HSV208°95°87°
CMYK 0.950.440.00   0.13
XYZ20.396819.706971.1354
Yxy19.70690.18340.1772
Hunter Lab44.39254.3278-63.9328
CIE-Lab51.50428.3827-57.1557

#0b7cdd color RGB value is (11,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111100 11011101
Octal 13 174 335
Decimal 11 124 221
Hex B 7C DD

RGB Percentages of Color #0b7cdd

%3.09
%34.83
%62.08

CMYK Percentages of Color #0b7cdd

%95
%44
%0
%13

Triadic Colors of #0b7cdd

#0b7cdd #dd0b7c #7cdd0b

Analogous Colors of #0b7cdd

#0b7cdd #0b13dd #0bddd5

Monochromatic Colors of #0b7cdd

#0b7cdd

Complementary Color

#0b7cdd #dd6c0b

#0b7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7cdd Color CSS Codes

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

#0b7cdd Text Font Color

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

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


#0b7cdd Background Color

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

This div background color is #0b7cdd


#0b7cdd Border Color

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

This div border color is #0b7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7cdd


Comments

No comments written yet.

Please login to write comment.