Color Hex Logo

#149fab Color Hex

#149FAB
(20,159,171)
0 Favorites   0 Comments

Color spaces of #149fab

RGB 20159171
HSL0.510.790.37
HSV185°88°67°
CMYK 0.880.070.00   0.33
XYZ20.037327.885342.8544
Yxy27.88530.22070.3072
Hunter Lab52.8065-24.6801-11.1514
CIE-Lab59.7850-29.0795-15.9051

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011111 10101011
Octal 24 237 253
Decimal 20 159 171
Hex 14 9F AB

RGB Percentages of Color #149fab

%5.71
%45.43
%48.86

CMYK Percentages of Color #149fab

%88
%7
%0
%33

Triadic Colors of #149fab

#149fab #ab149f #9fab14

Analogous Colors of #149fab

#149fab #1454ab #14ab6c

Monochromatic Colors of #149fab

#149fab

Complementary Color

#149fab #ab2014

#149fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#149fab Color CSS Codes

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

#149fab Text Font Color

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

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


#149fab Background Color

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

This div background color is #149fab


#149fab Border Color

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

This div border color is #149fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149fab


Comments

No comments written yet.

Please login to write comment.