Color Hex Logo

#199dca Color Hex

#199DCA
(25,157,202)
0 Favorites   0 Comments

Color spaces of #199dca

RGB 25157202
HSL0.540.780.45
HSV195°88°79°
CMYK 0.880.220.00   0.21
XYZ23.118528.584960.1761
Yxy28.58490.20660.2555
Hunter Lab53.4648-16.3791-29.3071
CIE-Lab60.4135-17.2567-32.3813

#199dca color RGB value is (25,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 11001010
Octal 31 235 312
Decimal 25 157 202
Hex 19 9D CA

RGB Percentages of Color #199dca

%6.51
%40.89
%52.60

CMYK Percentages of Color #199dca

%88
%22
%0
%21

Triadic Colors of #199dca

#199dca #ca199d #9dca19

Analogous Colors of #199dca

#199dca #1945ca #19ca9f

Monochromatic Colors of #199dca

#199dca

Complementary Color

#199dca #ca4619

#199dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#199dca Color CSS Codes

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

#199dca Text Font Color

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

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


#199dca Background Color

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

This div background color is #199dca


#199dca Border Color

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

This div border color is #199dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199dca


Comments

No comments written yet.

Please login to write comment.