Color Hex Logo

#1588aa Color Hex

#1588AA
(21,136,170)
0 Favorites   0 Comments

Color spaces of #1588aa

RGB 21136170
HSL0.540.780.37
HSV194°88°67°
CMYK 0.880.200.00   0.33
XYZ16.369120.670041.1572
Yxy20.67000.20930.2643
Hunter Lab45.4643-15.2948-21.8482
CIE-Lab52.5864-17.4471-26.3554

#1588aa color RGB value is (21,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001000 10101010
Octal 25 210 252
Decimal 21 136 170
Hex 15 88 AA

RGB Percentages of Color #1588aa

%6.42
%41.59
%51.99

CMYK Percentages of Color #1588aa

%88
%20
%0
%33

Triadic Colors of #1588aa

#1588aa #aa1588 #88aa15

Analogous Colors of #1588aa

#1588aa #153daa #15aa82

Monochromatic Colors of #1588aa

#1588aa

Complementary Color

#1588aa #aa3715

#1588aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1588aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1588aa Color CSS Codes

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

#1588aa Text Font Color

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

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


#1588aa Background Color

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

This div background color is #1588aa


#1588aa Border Color

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

This div border color is #1588aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1588aa


Comments

No comments written yet.

Please login to write comment.