Color Hex Logo

#159fab Color Hex

#159FAB
(21,159,171)
0 Favorites   0 Comments

Color spaces of #159fab

RGB 21159171
HSL0.510.780.38
HSV185°88°67°
CMYK 0.880.070.00   0.33
XYZ20.058127.896042.8554
Yxy27.89600.22090.3072
Hunter Lab52.8167-24.6405-11.1362
CIE-Lab59.7947-29.0183-15.8896

#159fab color RGB value is (21,159,171).

#159fab hex color red value is 21, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #159fab hue: 0.51 , saturation: 0.78 and the lightness value of 159fab is 0.38.

The process color (four color CMYK) of #159fab color hex is 0.88, 0.07, 0.00, 0.33. Web safe color of #159fab is #009999. Color #159fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011111 10101011
Octal 25 237 253
Decimal 21 159 171
Hex 15 9F AB

RGB Percentages of Color #159fab

%5.98
%45.30
%48.72

CMYK Percentages of Color #159fab

%88
%7
%0
%33

Triadic Colors of #159fab

#159fab #ab159f #9fab15

Analogous Colors of #159fab

#159fab #1554ab #15ab6c

Monochromatic Colors of #159fab

#159fab

Complementary Color

#159fab #ab2115

#159fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#159fab Color CSS Codes

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

#159fab Text Font Color

<p style="color:#159fab">Text here</p>

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


#159fab Background Color

<div style="background-color:#159fab">
Div content here</div>

This div background color is #159fab


#159fab Border Color

<div style="border:3px solid #159fab">
Div here</div>

This div border color is #159fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,159,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #159fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #159fab;
  -webkit-box-shadow: 1px 1px 3px 2px #159fab;
  box-shadow:         1px 1px 3px 2px #159fab; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159fab


Comments

No comments written yet.

Please login to write comment.