Color Hex Logo

#1596aa Color Hex

#1596AA
(21,150,170)
0 Favorites   0 Comments

Color spaces of #1596aa

RGB 21150170
HSL0.520.780.37
HSV188°88°67°
CMYK 0.880.120.00   0.33
XYZ18.471324.874441.8579
Yxy24.87440.21680.2919
Hunter Lab49.8742-21.1711-14.8483
CIE-Lab56.9528-24.8356-19.6431

#1596aa color RGB value is (21,150,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010110 10101010
Octal 25 226 252
Decimal 21 150 170
Hex 15 96 AA

RGB Percentages of Color #1596aa

%6.16
%43.99
%49.85

CMYK Percentages of Color #1596aa

%88
%12
%0
%33

Triadic Colors of #1596aa

#1596aa #aa1596 #96aa15

Analogous Colors of #1596aa

#1596aa #154caa #15aa74

Monochromatic Colors of #1596aa

#1596aa

Complementary Color

#1596aa #aa2915

#1596aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1596aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1596aa Color CSS Codes

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

#1596aa Text Font Color

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

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


#1596aa Background Color

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

This div background color is #1596aa


#1596aa Border Color

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

This div border color is #1596aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1596aa


Comments

No comments written yet.

Please login to write comment.