Color Hex Logo

#198bbd Color Hex

#198BBD
(25,139,189)
0 Favorites   0 Comments

Color spaces of #198bbd

RGB 25139189
HSL0.550.770.42
HSV198°87°74°
CMYK 0.870.260.00   0.26
XYZ18.818822.346051.4655
Yxy22.34600.20320.2412
Hunter Lab47.2716-11.6644-31.4601
CIE-Lab54.3922-11.9935-34.4274

#198bbd color RGB value is (25,139,189).

#198bbd hex color red value is 25, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #198bbd hue: 0.55 , saturation: 0.77 and the lightness value of 198bbd is 0.42.

The process color (four color CMYK) of #198bbd color hex is 0.87, 0.26, 0.00, 0.26. Web safe color of #198bbd is #0099cc. Color #198bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001011 10111101
Octal 31 213 275
Decimal 25 139 189
Hex 19 8B BD

RGB Percentages of Color #198bbd

%7.08
%39.38
%53.54

CMYK Percentages of Color #198bbd

%87
%26
%0
%26

Triadic Colors of #198bbd

#198bbd #bd198b #8bbd19

Analogous Colors of #198bbd

#198bbd #1939bd #19bd9d

Monochromatic Colors of #198bbd

#198bbd

Complementary Color

#198bbd #bd4b19

#198bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#198bbd Color CSS Codes

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

#198bbd Text Font Color

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

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


#198bbd Background Color

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

This div background color is #198bbd


#198bbd Border Color

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

This div border color is #198bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198bbd


Comments

No comments written yet.

Please login to write comment.