Color Hex Logo

#199dde Color Hex

#199DDE
(25,157,222)
0 Favorites   0 Comments

Color spaces of #199dde

RGB 25157222
HSL0.550.800.48
HSV200°89°87°
CMYK 0.890.290.00   0.13
XYZ25.642729.594573.4680
Yxy29.59450.19920.2299
Hunter Lab54.4008-11.0626-41.9902
CIE-Lab61.3028-10.1203-42.1381

#199dde color RGB value is (25,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 11011110
Octal 31 235 336
Decimal 25 157 222
Hex 19 9D DE

RGB Percentages of Color #199dde

%6.19
%38.86
%54.95

CMYK Percentages of Color #199dde

%89
%29
%0
%13

Triadic Colors of #199dde

#199dde #de199d #9dde19

Analogous Colors of #199dde

#199dde #193bde #19debd

Monochromatic Colors of #199dde

#199dde

Complementary Color

#199dde #de5a19

#199dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#199dde Color CSS Codes

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

#199dde Text Font Color

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

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


#199dde Background Color

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

This div background color is #199dde


#199dde Border Color

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

This div border color is #199dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199dde


Comments

No comments written yet.

Please login to write comment.