Color Hex Logo

#198bad Color Hex

#198BAD
(25,139,173)
0 Favorites   0 Comments

Color spaces of #198bad

RGB 25139173
HSL0.540.750.39
HSV194°86°68°
CMYK 0.860.200.00   0.32
XYZ17.176321.689042.8163
Yxy21.68900.21030.2655
Hunter Lab46.5715-15.6664-21.9093
CIE-Lab53.6955-17.7280-26.3608

#198bad color RGB value is (25,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001011 10101101
Octal 31 213 255
Decimal 25 139 173
Hex 19 8B AD

RGB Percentages of Color #198bad

%7.42
%41.25
%51.34

CMYK Percentages of Color #198bad

%86
%20
%0
%32

Triadic Colors of #198bad

#198bad #ad198b #8bad19

Analogous Colors of #198bad

#198bad #1941ad #19ad85

Monochromatic Colors of #198bad

#198bad

Complementary Color

#198bad #ad3b19

#198bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#198bad Color CSS Codes

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

#198bad Text Font Color

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

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


#198bad Background Color

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

This div background color is #198bad


#198bad Border Color

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

This div border color is #198bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198bad


Comments

No comments written yet.

Please login to write comment.