Color Hex Logo

#198aab Color Hex

#198AAB
(25,138,171)
0 Favorites   0 Comments

Color spaces of #198aab

RGB 25138171
HSL0.540.740.38
HSV194°85°67°
CMYK 0.850.190.00   0.33
XYZ16.840121.323941.7564
Yxy21.32390.21070.2668
Hunter Lab46.1778-15.7159-21.2887
CIE-Lab53.3022-17.8893-25.8197

#198aab color RGB value is (25,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001010 10101011
Octal 31 212 253
Decimal 25 138 171
Hex 19 8A AB

RGB Percentages of Color #198aab

%7.49
%41.32
%51.20

CMYK Percentages of Color #198aab

%85
%19
%0
%33

Triadic Colors of #198aab

#198aab #ab198a #8aab19

Analogous Colors of #198aab

#198aab #1941ab #19ab83

Monochromatic Colors of #198aab

#198aab

Complementary Color

#198aab #ab3a19

#198aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#198aab Color CSS Codes

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

#198aab Text Font Color

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

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


#198aab Background Color

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

This div background color is #198aab


#198aab Border Color

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

This div border color is #198aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198aab


Comments

No comments written yet.

Please login to write comment.