Color Hex Logo

#198499 Color Hex

#198499
(25,132,153)
0 Favorites   0 Comments

Color spaces of #198499

RGB 25132153
HSL0.530.720.35
HSV190°84°60°
CMYK 0.840.140.00   0.40
XYZ14.401919.009133.0471
Yxy19.00910.21670.2860
Hunter Lab43.5994-17.3363-14.4205
CIE-Lab50.6979-20.9294-19.4105

#198499 color RGB value is (25,132,153).

#198499 hex color red value is 25, green value is 132 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #198499 hue: 0.53 , saturation: 0.72 and the lightness value of 198499 is 0.35.

The process color (four color CMYK) of #198499 color hex is 0.84, 0.14, 0.00, 0.40. Web safe color of #198499 is #009999. Color #198499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000100 10011001
Octal 31 204 231
Decimal 25 132 153
Hex 19 84 99

RGB Percentages of Color #198499

%8.06
%42.58
%49.35

CMYK Percentages of Color #198499

%84
%14
%0
%40

Triadic Colors of #198499

#198499 #991984 #849919

Analogous Colors of #198499

#198499 #194499 #19996e

Monochromatic Colors of #198499

#198499

Complementary Color

#198499 #992e19

#198499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198499 Color CSS Codes

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

#198499 Text Font Color

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

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


#198499 Background Color

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

This div background color is #198499


#198499 Border Color

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

This div border color is #198499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,132,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #198499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #198499;
  -webkit-box-shadow: 1px 1px 3px 2px #198499;
  box-shadow:         1px 1px 3px 2px #198499; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198499


Comments

No comments written yet.

Please login to write comment.