Color Hex Logo

#199fab Color Hex

#199FAB
(25,159,171)
0 Favorites   0 Comments

Color spaces of #199fab

RGB 25159171
HSL0.510.740.38
HSV185°85°67°
CMYK 0.850.070.00   0.33
XYZ20.149727.943242.8597
Yxy27.94320.22150.3072
Hunter Lab52.8613-24.4666-11.0691
CIE-Lab59.8374-28.7500-15.8208

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011111 10101011
Octal 31 237 253
Decimal 25 159 171
Hex 19 9F AB

RGB Percentages of Color #199fab

%7.04
%44.79
%48.17

CMYK Percentages of Color #199fab

%85
%7
%0
%33

Triadic Colors of #199fab

#199fab #ab199f #9fab19

Analogous Colors of #199fab

#199fab #1956ab #19ab6e

Monochromatic Colors of #199fab

#199fab

Complementary Color

#199fab #ab2519

#199fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#199fab Color CSS Codes

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

#199fab Text Font Color

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

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


#199fab Background Color

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

This div background color is #199fab


#199fab Border Color

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

This div border color is #199fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199fab


Comments

No comments written yet.

Please login to write comment.