Color Hex Logo

#1470ab Color Hex

#1470AB
(20,112,171)
0 Favorites   0 Comments

Color spaces of #1470ab

RGB 20112171
HSL0.570.790.37
HSV203°88°67°
CMYK 0.880.350.00   0.33
XYZ13.433314.677340.6531
Yxy14.67730.19540.2134
Hunter Lab38.3110-4.4552-36.0970
CIE-Lab45.1890-3.2995-38.5168

#1470ab color RGB value is (20,112,171).

#1470ab hex color red value is 20, green value is 112 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1470ab hue: 0.57 , saturation: 0.79 and the lightness value of 1470ab is 0.37.

The process color (four color CMYK) of #1470ab color hex is 0.88, 0.35, 0.00, 0.33. Web safe color of #1470ab is #006699. Color #1470ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 10101011
Octal 24 160 253
Decimal 20 112 171
Hex 14 70 AB

RGB Percentages of Color #1470ab

%6.60
%36.96
%56.44

CMYK Percentages of Color #1470ab

%88
%35
%0
%33

Triadic Colors of #1470ab

#1470ab #ab1470 #70ab14

Analogous Colors of #1470ab

#1470ab #1424ab #14ab9b

Monochromatic Colors of #1470ab

#1470ab

Complementary Color

#1470ab #ab4f14

#1470ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1470ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1470ab Color CSS Codes

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

#1470ab Text Font Color

<p style="color:#1470ab">Text here</p>

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


#1470ab Background Color

<div style="background-color:#1470ab">
Div content here</div>

This div background color is #1470ab


#1470ab Border Color

<div style="border:3px solid #1470ab">
Div here</div>

This div border color is #1470ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,112,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1470ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1470ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1470ab;
  box-shadow:         1px 1px 3px 2px #1470ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,112,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1470ab


Comments

No comments written yet.

Please login to write comment.