Color Hex Logo

#0b7eec Color Hex

#0B7EEC
(11,126,236)
0 Favorites   0 Comments

Color spaces of #0b7eec

RGB 11126236
HSL0.580.910.48
HSV209°95°93°
CMYK 0.950.470.00   0.07
XYZ22.739221.049082.2213
Yxy21.04900.18050.1670
Hunter Lab45.87928.1818-74.1397
CIE-Lab53.003112.9686-63.1549

#0b7eec color RGB value is (11,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111110 11101100
Octal 13 176 354
Decimal 11 126 236
Hex B 7E EC

RGB Percentages of Color #0b7eec

%2.95
%33.78
%63.27

CMYK Percentages of Color #0b7eec

%95
%47
%0
%7

Triadic Colors of #0b7eec

#0b7eec #ec0b7e #7eec0b

Analogous Colors of #0b7eec

#0b7eec #0b0eec #0becea

Monochromatic Colors of #0b7eec

#0b7eec

Complementary Color

#0b7eec #ec790b

#0b7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7eec Color CSS Codes

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

#0b7eec Text Font Color

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

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


#0b7eec Background Color

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

This div background color is #0b7eec


#0b7eec Border Color

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

This div border color is #0b7eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7eec


Comments

No comments written yet.

Please login to write comment.