Color Hex Logo

#016aca Color Hex

#016ACA
(1,106,202)
0 Favorites   0 Comments

Color spaces of #016aca

RGB 1106202
HSL0.580.990.40
HSV209°100°79°
CMYK 1.000.480.00   0.21
XYZ15.827214.578857.8569
Yxy14.57880.17930.1652
Hunter Lab38.18227.1726-63.1137
CIE-Lab45.051811.9253-56.7308

#016aca color RGB value is (1,106,202).

#016aca hex color red value is 1, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #016aca hue: 0.58 , saturation: 0.99 and the lightness value of 016aca is 0.40.

The process color (four color CMYK) of #016aca color hex is 1.00, 0.48, 0.00, 0.21. Web safe color of #016aca is #0066cc. Color #016aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101010 11001010
Octal 1 152 312
Decimal 1 106 202
Hex 1 6A CA

RGB Percentages of Color #016aca

%0.32
%34.30
%65.37

CMYK Percentages of Color #016aca

%100
%48
%0
%21

Triadic Colors of #016aca

#016aca #ca016a #6aca01

Analogous Colors of #016aca

#016aca #0106ca #01cac6

Monochromatic Colors of #016aca

#016aca

Complementary Color

#016aca #ca6101

#016aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#016aca Color CSS Codes

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

#016aca Text Font Color

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

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


#016aca Background Color

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

This div background color is #016aca


#016aca Border Color

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

This div border color is #016aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016aca


Comments

No comments written yet.

Please login to write comment.