Color Hex Logo

#1494aa Color Hex

#1494AA
(20,148,170)
0 Favorites   0 Comments

Color spaces of #1494aa

RGB 20148170
HSL0.520.790.37
HSV189°88°67°
CMYK 0.880.130.00   0.33
XYZ18.134124.230841.7515
Yxy24.23080.21560.2881
Hunter Lab49.2248-20.3851-15.8313
CIE-Lab56.3181-23.8730-20.6141

#1494aa color RGB value is (20,148,170).

#1494aa hex color red value is 20, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1494aa hue: 0.52 , saturation: 0.79 and the lightness value of 1494aa is 0.37.

The process color (four color CMYK) of #1494aa color hex is 0.88, 0.13, 0.00, 0.33. Web safe color of #1494aa is #009999. Color #1494aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010100 10101010
Octal 24 224 252
Decimal 20 148 170
Hex 14 94 AA

RGB Percentages of Color #1494aa

%5.92
%43.79
%50.30

CMYK Percentages of Color #1494aa

%88
%13
%0
%33

Triadic Colors of #1494aa

#1494aa #aa1494 #94aa14

Analogous Colors of #1494aa

#1494aa #1449aa #14aa75

Monochromatic Colors of #1494aa

#1494aa

Complementary Color

#1494aa #aa2a14

#1494aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1494aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1494aa Color CSS Codes

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

#1494aa Text Font Color

<p style="color:#1494aa">Text here</p>

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


#1494aa Background Color

<div style="background-color:#1494aa">
Div content here</div>

This div background color is #1494aa


#1494aa Border Color

<div style="border:3px solid #1494aa">
Div here</div>

This div border color is #1494aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,148,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1494aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1494aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1494aa;
  box-shadow:         1px 1px 3px 2px #1494aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1494aa


Comments

No comments written yet.

Please login to write comment.