Color Hex Logo

#198fad Color Hex

#198FAD
(25,143,173)
0 Favorites   0 Comments

Color spaces of #198fad

RGB 25143173
HSL0.530.750.39
HSV192°86°68°
CMYK 0.860.170.00   0.32
XYZ17.766222.868743.0129
Yxy22.86870.21240.2734
Hunter Lab47.8212-17.3721-19.8536
CIE-Lab54.9368-19.8790-24.4445

#198fad color RGB value is (25,143,173).

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

The process color (four color CMYK) of #198fad color hex is 0.86, 0.17, 0.00, 0.32. Web safe color of #198fad is #009999. Color #198fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 10101101
Octal 31 217 255
Decimal 25 143 173
Hex 19 8F AD

RGB Percentages of Color #198fad

%7.33
%41.94
%50.73

CMYK Percentages of Color #198fad

%86
%17
%0
%32

Triadic Colors of #198fad

#198fad #ad198f #8fad19

Analogous Colors of #198fad

#198fad #1945ad #19ad81

Monochromatic Colors of #198fad

#198fad

Complementary Color

#198fad #ad3719

#198fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fad Color CSS Codes

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

#198fad Text Font Color

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

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


#198fad Background Color

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

This div background color is #198fad


#198fad Border Color

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

This div border color is #198fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fad


Comments

No comments written yet.

Please login to write comment.