Color Hex Logo

#198a9f Color Hex

#198A9F
(25,138,159)
0 Favorites   0 Comments

Color spaces of #198a9f

RGB 25138159
HSL0.530.730.36
HSV189°84°62°
CMYK 0.840.130.00   0.38
XYZ15.747420.886836.0025
Yxy20.88680.21680.2876
Hunter Lab45.7021-18.4735-14.7151
CIE-Lab52.8254-22.0445-19.6351

#198a9f color RGB value is (25,138,159).

#198a9f hex color red value is 25, green value is 138 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #198a9f hue: 0.53 , saturation: 0.73 and the lightness value of 198a9f is 0.36.

The process color (four color CMYK) of #198a9f color hex is 0.84, 0.13, 0.00, 0.38. Web safe color of #198a9f is #009999. Color #198a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001010 10011111
Octal 31 212 237
Decimal 25 138 159
Hex 19 8A 9F

RGB Percentages of Color #198a9f

%7.76
%42.86
%49.38

CMYK Percentages of Color #198a9f

%84
%13
%0
%38

Triadic Colors of #198a9f

#198a9f #9f198a #8a9f19

Analogous Colors of #198a9f

#198a9f #19479f #199f71

Monochromatic Colors of #198a9f

#198a9f

Complementary Color

#198a9f #9f2e19

#198a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#198a9f Color CSS Codes

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

#198a9f Text Font Color

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

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


#198a9f Background Color

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

This div background color is #198a9f


#198a9f Border Color

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

This div border color is #198a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198a9f


Comments

No comments written yet.

Please login to write comment.