Color Hex Logo

#199dce Color Hex

#199DCE
(25,157,206)
0 Favorites   0 Comments

Color spaces of #199dce

RGB 25157206
HSL0.550.780.45
HSV196°88°81°
CMYK 0.880.240.00   0.19
XYZ23.598528.776862.7032
Yxy28.77680.20510.2501
Hunter Lab53.6440-15.3532-31.7519
CIE-Lab60.5841-15.8468-34.3532

#199dce color RGB value is (25,157,206).

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

The process color (four color CMYK) of #199dce color hex is 0.88, 0.24, 0.00, 0.19. Web safe color of #199dce is #0099cc. Color #199dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 11001110
Octal 31 235 316
Decimal 25 157 206
Hex 19 9D CE

RGB Percentages of Color #199dce

%6.44
%40.46
%53.09

CMYK Percentages of Color #199dce

%88
%24
%0
%19

Triadic Colors of #199dce

#199dce #ce199d #9dce19

Analogous Colors of #199dce

#199dce #1943ce #19cea5

Monochromatic Colors of #199dce

#199dce

Complementary Color

#199dce #ce4a19

#199dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#199dce Color CSS Codes

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

#199dce Text Font Color

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

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


#199dce Background Color

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

This div background color is #199dce


#199dce Border Color

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

This div border color is #199dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199dce


Comments

No comments written yet.

Please login to write comment.