Color Hex Logo

#1060ae Color Hex

#1060AE
(16,96,174)
0 Favorites   0 Comments

Color spaces of #1060ae

RGB 1696174
HSL0.580.830.37
HSV210°91°68°
CMYK 0.910.450.00   0.32
XYZ12.036511.531941.6359
Yxy11.53190.18460.1769
Hunter Lab33.95873.8409-48.9230
CIE-Lab40.46237.7150-47.8176

#1060ae color RGB value is (16,96,174).

#1060ae hex color red value is 16, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1060ae hue: 0.58 , saturation: 0.83 and the lightness value of 1060ae is 0.37.

The process color (four color CMYK) of #1060ae color hex is 0.91, 0.45, 0.00, 0.32. Web safe color of #1060ae is #006699. Color #1060ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100000 10101110
Octal 20 140 256
Decimal 16 96 174
Hex 10 60 AE

RGB Percentages of Color #1060ae

%5.59
%33.57
%60.84

CMYK Percentages of Color #1060ae

%91
%45
%0
%32

Triadic Colors of #1060ae

#1060ae #ae1060 #60ae10

Analogous Colors of #1060ae

#1060ae #1011ae #10aead

Monochromatic Colors of #1060ae

#1060ae

Complementary Color

#1060ae #ae5e10

#1060ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1060ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1060ae Color CSS Codes

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

#1060ae Text Font Color

<p style="color:#1060ae">Text here</p>

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


#1060ae Background Color

<div style="background-color:#1060ae">
Div content here</div>

This div background color is #1060ae


#1060ae Border Color

<div style="border:3px solid #1060ae">
Div here</div>

This div border color is #1060ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,96,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1060ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1060ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1060ae;
  box-shadow:         1px 1px 3px 2px #1060ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,96,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 #1060ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1060ae


Comments

No comments written yet.

Please login to write comment.