Color Hex Logo

#149dab Color Hex

#149DAB
(20,157,171)
0 Favorites   0 Comments

Color spaces of #149dab

RGB 20157171
HSL0.520.790.37
HSV186°88°67°
CMYK 0.880.080.00   0.33
XYZ19.696127.202942.7407
Yxy27.20290.21970.3035
Hunter Lab52.1564-23.8658-12.0770
CIE-Lab59.1617-28.0916-16.8501

#149dab color RGB value is (20,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 10101011
Octal 24 235 253
Decimal 20 157 171
Hex 14 9D AB

RGB Percentages of Color #149dab

%5.75
%45.11
%49.14

CMYK Percentages of Color #149dab

%88
%8
%0
%33

Triadic Colors of #149dab

#149dab #ab149d #9dab14

Analogous Colors of #149dab

#149dab #1452ab #14ab6e

Monochromatic Colors of #149dab

#149dab

Complementary Color

#149dab #ab2214

#149dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#149dab Color CSS Codes

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

#149dab Text Font Color

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

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


#149dab Background Color

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

This div background color is #149dab


#149dab Border Color

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

This div border color is #149dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149dab


Comments

No comments written yet.

Please login to write comment.