Color Hex Logo

#1460ae Color Hex

#1460AE
(20,96,174)
0 Favorites   0 Comments

Color spaces of #1460ae

RGB 2096174
HSL0.580.790.38
HSV210°89°68°
CMYK 0.890.450.00   0.32
XYZ12.111311.570541.6394
Yxy11.57050.18540.1771
Hunter Lab34.01544.0285-48.7680
CIE-Lab40.52527.9628-47.7132

#1460ae color RGB value is (20,96,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 10101110
Octal 24 140 256
Decimal 20 96 174
Hex 14 60 AE

RGB Percentages of Color #1460ae

%6.90
%33.10
%60.00

CMYK Percentages of Color #1460ae

%89
%45
%0
%32

Triadic Colors of #1460ae

#1460ae #ae1460 #60ae14

Analogous Colors of #1460ae

#1460ae #1514ae #14adae

Monochromatic Colors of #1460ae

#1460ae

Complementary Color

#1460ae #ae6214

#1460ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1460ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1460ae Color CSS Codes

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

#1460ae Text Font Color

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

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


#1460ae Background Color

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

This div background color is #1460ae


#1460ae Border Color

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

This div border color is #1460ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1460ae


Comments

No comments written yet.

Please login to write comment.