Color Hex Logo

#1454ab Color Hex

#1454AB
(20,84,171)
0 Favorites   0 Comments

Color spaces of #1454ab

RGB 2084171
HSL0.600.790.37
HSV215°88°67°
CMYK 0.880.510.00   0.33
XYZ10.80959.429639.7785
Yxy9.42960.18010.1571
Hunter Lab30.70779.0960-55.3085
CIE-Lab36.798614.6672-51.9427

#1454ab color RGB value is (20,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010100 10101011
Octal 24 124 253
Decimal 20 84 171
Hex 14 54 AB

RGB Percentages of Color #1454ab

%7.27
%30.55
%62.18

CMYK Percentages of Color #1454ab

%88
%51
%0
%33

Triadic Colors of #1454ab

#1454ab #ab1454 #54ab14

Analogous Colors of #1454ab

#1454ab #2014ab #14a0ab

Monochromatic Colors of #1454ab

#1454ab

Complementary Color

#1454ab #ab6b14

#1454ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1454ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1454ab Color CSS Codes

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

#1454ab Text Font Color

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

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


#1454ab Background Color

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

This div background color is #1454ab


#1454ab Border Color

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

This div border color is #1454ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1454ab


Comments

No comments written yet.

Please login to write comment.