Color Hex Logo

#199dc6 Color Hex

#199DC6
(25,157,198)
0 Favorites   0 Comments

Color spaces of #199dc6

RGB 25157198
HSL0.540.780.44
HSV194°87°78°
CMYK 0.870.210.00   0.22
XYZ22.650928.397857.7136
Yxy28.39780.20830.2611
Hunter Lab53.2896-17.3848-26.9094
CIE-Lab60.2464-18.6551-30.3993

#199dc6 color RGB value is (25,157,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 11000110
Octal 31 235 306
Decimal 25 157 198
Hex 19 9D C6

RGB Percentages of Color #199dc6

%6.58
%41.32
%52.11

CMYK Percentages of Color #199dc6

%87
%21
%0
%22

Triadic Colors of #199dc6

#199dc6 #c6199d #9dc619

Analogous Colors of #199dc6

#199dc6 #1947c6 #19c699

Monochromatic Colors of #199dc6

#199dc6

Complementary Color

#199dc6 #c64219

#199dc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199dc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199dc6 Color CSS Codes

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

#199dc6 Text Font Color

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

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


#199dc6 Background Color

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

This div background color is #199dc6


#199dc6 Border Color

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

This div border color is #199dc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199dc6


Comments

No comments written yet.

Please login to write comment.