Color Hex Logo

#0b6dae Color Hex

#0B6DAE
(11,109,174)
0 Favorites   0 Comments

Color spaces of #0b6dae

RGB 11109174
HSL0.570.880.36
HSV204°94°68°
CMYK 0.940.370.00   0.32
XYZ13.246614.064442.0609
Yxy14.06440.19100.2027
Hunter Lab37.5025-2.5799-40.2448
CIE-Lab44.3251-0.7882-41.6497

#0b6dae color RGB value is (11,109,174).

#0b6dae hex color red value is 11, green value is 109 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0b6dae hue: 0.57 , saturation: 0.88 and the lightness value of 0b6dae is 0.36.

The process color (four color CMYK) of #0b6dae color hex is 0.94, 0.37, 0.00, 0.32. Web safe color of #0b6dae is #006699. Color #0b6dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01101101 10101110
Octal 13 155 256
Decimal 11 109 174
Hex B 6D AE

RGB Percentages of Color #0b6dae

%3.74
%37.07
%59.18

CMYK Percentages of Color #0b6dae

%94
%37
%0
%32

Triadic Colors of #0b6dae

#0b6dae #ae0b6d #6dae0b

Analogous Colors of #0b6dae

#0b6dae #0b1bae #0bae9e

Monochromatic Colors of #0b6dae

#0b6dae

Complementary Color

#0b6dae #ae4c0b

#0b6dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b6dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b6dae Color CSS Codes

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

#0b6dae Text Font Color

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

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


#0b6dae Background Color

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

This div background color is #0b6dae


#0b6dae Border Color

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

This div border color is #0b6dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b6dae


Comments

No comments written yet.

Please login to write comment.