Color Hex Logo

#198ddb Color Hex

#198DDB
(25,141,219)
0 Favorites   0 Comments

Color spaces of #198ddb

RGB 25141219
HSL0.570.800.48
HSV204°89°86°
CMYK 0.890.360.00   0.14
XYZ22.712024.370970.5248
Yxy24.37090.19310.2072
Hunter Lab49.3669-4.2704-50.1440
CIE-Lab56.4572-2.0439-48.1180

#198ddb color RGB value is (25,141,219).

#198ddb hex color red value is 25, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #198ddb hue: 0.57 , saturation: 0.80 and the lightness value of 198ddb is 0.48.

The process color (four color CMYK) of #198ddb color hex is 0.89, 0.36, 0.00, 0.14. Web safe color of #198ddb is #0099cc. Color #198ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001101 11011011
Octal 31 215 333
Decimal 25 141 219
Hex 19 8D DB

RGB Percentages of Color #198ddb

%6.49
%36.62
%56.88

CMYK Percentages of Color #198ddb

%89
%36
%0
%14

Triadic Colors of #198ddb

#198ddb #db198d #8ddb19

Analogous Colors of #198ddb

#198ddb #192cdb #19dbc8

Monochromatic Colors of #198ddb

#198ddb

Complementary Color

#198ddb #db6719

#198ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198ddb Color CSS Codes

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

#198ddb Text Font Color

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

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


#198ddb Background Color

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

This div background color is #198ddb


#198ddb Border Color

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

This div border color is #198ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198ddb


Comments

No comments written yet.

Please login to write comment.