Color Hex Logo

#0b7dec Color Hex

#0B7DEC
(11,125,236)
0 Favorites   0 Comments

Color spaces of #0b7dec

RGB 11125236
HSL0.580.910.48
HSV210°95°93°
CMYK 0.950.470.00   0.07
XYZ22.611920.794582.1788
Yxy20.79450.18010.1656
Hunter Lab45.60108.7100-74.9275
CIE-Lab52.723913.5918-63.6050

#0b7dec color RGB value is (11,125,236).

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

The process color (four color CMYK) of #0b7dec color hex is 0.95, 0.47, 0.00, 0.07. Web safe color of #0b7dec is #0066ff. Color #0b7dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111101 11101100
Octal 13 175 354
Decimal 11 125 236
Hex B 7D EC

RGB Percentages of Color #0b7dec

%2.96
%33.60
%63.44

CMYK Percentages of Color #0b7dec

%95
%47
%0
%7

Triadic Colors of #0b7dec

#0b7dec #ec0b7d #7dec0b

Analogous Colors of #0b7dec

#0b7dec #0b0dec #0beceb

Monochromatic Colors of #0b7dec

#0b7dec

Complementary Color

#0b7dec #ec7a0b

#0b7dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7dec Color CSS Codes

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

#0b7dec Text Font Color

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

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


#0b7dec Background Color

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

This div background color is #0b7dec


#0b7dec Border Color

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

This div border color is #0b7dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7dec


Comments

No comments written yet.

Please login to write comment.