Color Hex Logo

#1495aa Color Hex

#1495AA
(20,149,170)
0 Favorites   0 Comments

Color spaces of #1495aa

RGB 20149170
HSL0.520.790.37
HSV188°88°67°
CMYK 0.880.120.00   0.33
XYZ18.291624.545941.8040
Yxy24.54590.21610.2900
Hunter Lab49.5438-20.7994-15.3469
CIE-Lab56.6303-24.3874-20.1369

#1495aa color RGB value is (20,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010101 10101010
Octal 24 225 252
Decimal 20 149 170
Hex 14 95 AA

RGB Percentages of Color #1495aa

%5.90
%43.95
%50.15

CMYK Percentages of Color #1495aa

%88
%12
%0
%33

Triadic Colors of #1495aa

#1495aa #aa1495 #95aa14

Analogous Colors of #1495aa

#1495aa #144aaa #14aa74

Monochromatic Colors of #1495aa

#1495aa

Complementary Color

#1495aa #aa2914

#1495aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1495aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1495aa Color CSS Codes

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

#1495aa Text Font Color

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

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


#1495aa Background Color

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

This div background color is #1495aa


#1495aa Border Color

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

This div border color is #1495aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1495aa


Comments

No comments written yet.

Please login to write comment.