Color Hex Logo

#198dbd Color Hex

#198DBD
(25,141,189)
0 Favorites   0 Comments

Color spaces of #198dbd

RGB 25141189
HSL0.550.770.42
HSV198°87°74°
CMYK 0.870.250.00   0.26
XYZ19.111122.930551.5629
Yxy22.93050.20420.2450
Hunter Lab47.8858-12.5613-30.3228
CIE-Lab55.0007-13.1151-33.4765

#198dbd color RGB value is (25,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001101 10111101
Octal 31 215 275
Decimal 25 141 189
Hex 19 8D BD

RGB Percentages of Color #198dbd

%7.04
%39.72
%53.24

CMYK Percentages of Color #198dbd

%87
%25
%0
%26

Triadic Colors of #198dbd

#198dbd #bd198d #8dbd19

Analogous Colors of #198dbd

#198dbd #193bbd #19bd9b

Monochromatic Colors of #198dbd

#198dbd

Complementary Color

#198dbd #bd4919

#198dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#198dbd Color CSS Codes

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

#198dbd Text Font Color

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

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


#198dbd Background Color

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

This div background color is #198dbd


#198dbd Border Color

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

This div border color is #198dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198dbd


Comments

No comments written yet.

Please login to write comment.