Color Hex Logo

#198fab Color Hex

#198FAB
(25,143,171)
0 Favorites   0 Comments

Color spaces of #198fab

RGB 25143171
HSL0.530.740.38
HSV192°85°67°
CMYK 0.850.160.00   0.33
XYZ17.574022.791942.0011
Yxy22.79190.21340.2767
Hunter Lab47.7409-17.8385-18.7431
CIE-Lab54.8573-20.5710-23.4217

#198fab color RGB value is (25,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 10101011
Octal 31 217 253
Decimal 25 143 171
Hex 19 8F AB

RGB Percentages of Color #198fab

%7.37
%42.18
%50.44

CMYK Percentages of Color #198fab

%85
%16
%0
%33

Triadic Colors of #198fab

#198fab #ab198f #8fab19

Analogous Colors of #198fab

#198fab #1946ab #19ab7e

Monochromatic Colors of #198fab

#198fab

Complementary Color

#198fab #ab3519

#198fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fab Color CSS Codes

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

#198fab Text Font Color

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

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


#198fab Background Color

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

This div background color is #198fab


#198fab Border Color

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

This div border color is #198fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fab


Comments

No comments written yet.

Please login to write comment.