Color Hex Logo

#198cbb Color Hex

#198CBB
(25,140,187)
0 Favorites   0 Comments

Color spaces of #198cbb

RGB 25140187
HSL0.550.760.42
HSV197°87°73°
CMYK 0.870.250.00   0.27
XYZ18.748622.550750.3783
Yxy22.55070.20450.2460
Hunter Lab47.4876-12.6296-29.6579
CIE-Lab54.6065-13.2799-32.9531

#198cbb color RGB value is (25,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001100 10111011
Octal 31 214 273
Decimal 25 140 187
Hex 19 8C BB

RGB Percentages of Color #198cbb

%7.10
%39.77
%53.13

CMYK Percentages of Color #198cbb

%87
%25
%0
%27

Triadic Colors of #198cbb

#198cbb #bb198c #8cbb19

Analogous Colors of #198cbb

#198cbb #193bbb #19bb99

Monochromatic Colors of #198cbb

#198cbb

Complementary Color

#198cbb #bb4819

#198cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198cbb Color CSS Codes

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

#198cbb Text Font Color

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

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


#198cbb Background Color

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

This div background color is #198cbb


#198cbb Border Color

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

This div border color is #198cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198cbb


Comments

No comments written yet.

Please login to write comment.