Color Hex Logo

#016bac Color Hex

#016BAC
(1,107,172)
0 Favorites   0 Comments

Color spaces of #016bac

RGB 1107172
HSL0.560.990.34
HSV203°99°67°
CMYK 0.990.380.00   0.33
XYZ12.716613.500440.9653
Yxy13.50040.18930.2010
Hunter Lab36.7429-2.5218-40.3834
CIE-Lab43.5078-0.7694-41.7832

#016bac color RGB value is (1,107,172).

#016bac hex color red value is 1, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #016bac hue: 0.56 , saturation: 0.99 and the lightness value of 016bac is 0.34.

The process color (four color CMYK) of #016bac color hex is 0.99, 0.38, 0.00, 0.33. Web safe color of #016bac is #006699. Color #016bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101011 10101100
Octal 1 153 254
Decimal 1 107 172
Hex 1 6B AC

RGB Percentages of Color #016bac

%0.36
%38.21
%61.43

CMYK Percentages of Color #016bac

%99
%38
%0
%33

Triadic Colors of #016bac

#016bac #ac016b #6bac01

Analogous Colors of #016bac

#016bac #0116ac #01ac98

Monochromatic Colors of #016bac

#016bac

Complementary Color

#016bac #ac4201

#016bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#016bac Color CSS Codes

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

#016bac Text Font Color

<p style="color:#016bac">Text here</p>

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


#016bac Background Color

<div style="background-color:#016bac">
Div content here</div>

This div background color is #016bac


#016bac Border Color

<div style="border:3px solid #016bac">
Div here</div>

This div border color is #016bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,107,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016bac;
  -webkit-box-shadow: 1px 1px 3px 2px #016bac;
  box-shadow:         1px 1px 3px 2px #016bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,107,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016bac


Comments

No comments written yet.

Please login to write comment.