Color Hex Logo

#198baa Color Hex

#198BAA
(25,139,170)
0 Favorites   0 Comments

Color spaces of #198baa

RGB 25139170
HSL0.540.740.38
HSV193°85°67°
CMYK 0.850.180.00   0.33
XYZ16.889221.574241.3043
Yxy21.57420.21170.2705
Hunter Lab46.4480-16.3788-20.2105
CIE-Lab53.5723-18.7809-24.8277

#198baa color RGB value is (25,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001011 10101010
Octal 31 213 252
Decimal 25 139 170
Hex 19 8B AA

RGB Percentages of Color #198baa

%7.49
%41.62
%50.90

CMYK Percentages of Color #198baa

%85
%18
%0
%33

Triadic Colors of #198baa

#198baa #aa198b #8baa19

Analogous Colors of #198baa

#198baa #1943aa #19aa81

Monochromatic Colors of #198baa

#198baa

Complementary Color

#198baa #aa3819

#198baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#198baa Color CSS Codes

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

#198baa Text Font Color

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

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


#198baa Background Color

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

This div background color is #198baa


#198baa Border Color

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

This div border color is #198baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #198baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198baa


Comments

No comments written yet.

Please login to write comment.