Color Hex Logo

#199fdf Color Hex

#199FDF
(25,159,223)
0 Favorites   0 Comments

Color spaces of #199fdf

RGB 25159223
HSL0.550.800.49
HSV199°89°87°
CMYK 0.890.290.00   0.13
XYZ26.118330.330774.2899
Yxy30.33070.19980.2320
Hunter Lab55.0733-11.7254-41.4266
CIE-Lab61.9385-10.8754-41.6937

#199fdf color RGB value is (25,159,223).

#199fdf hex color red value is 25, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #199fdf hue: 0.55 , saturation: 0.80 and the lightness value of 199fdf is 0.49.

The process color (four color CMYK) of #199fdf color hex is 0.89, 0.29, 0.00, 0.13. Web safe color of #199fdf is #0099cc. Color #199fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011111 11011111
Octal 31 237 337
Decimal 25 159 223
Hex 19 9F DF

RGB Percentages of Color #199fdf

%6.14
%39.07
%54.79

CMYK Percentages of Color #199fdf

%89
%29
%0
%13

Triadic Colors of #199fdf

#199fdf #df199f #9fdf19

Analogous Colors of #199fdf

#199fdf #193cdf #19dfbc

Monochromatic Colors of #199fdf

#199fdf

Complementary Color

#199fdf #df5919

#199fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#199fdf Color CSS Codes

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

#199fdf Text Font Color

<p style="color:#199fdf">Text here</p>

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


#199fdf Background Color

<div style="background-color:#199fdf">
Div content here</div>

This div background color is #199fdf


#199fdf Border Color

<div style="border:3px solid #199fdf">
Div here</div>

This div border color is #199fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,159,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #199fdf;
  box-shadow:         1px 1px 3px 2px #199fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199fdf


Comments

No comments written yet.

Please login to write comment.