Color Hex Logo

#199713 Color Hex

#199713
(25,151,19)
0 Favorites   0 Comments

Color spaces of #199713

RGB 2515119
HSL0.330.780.33
HSV117°87°59°
CMYK 0.830.000.87   0.41
XYZ11.585122.38694.3266
Yxy22.38690.30250.5845
Hunter Lab47.3148-39.094927.6987
CIE-Lab54.4351-55.691753.1915

#199713 color RGB value is (25,151,19).

#199713 hex color red value is 25, green value is 151 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #199713 hue: 0.33 , saturation: 0.78 and the lightness value of 199713 is 0.33.

The process color (four color CMYK) of #199713 color hex is 0.83, 0.00, 0.87, 0.41. Web safe color of #199713 is #009900. Color #199713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010111 00010011
Octal 31 227 23
Decimal 25 151 19
Hex 19 97 13

RGB Percentages of Color #199713

%12.82
%77.44
%9.74

CMYK Percentages of Color #199713

%83
%0
%87
%41

Triadic Colors of #199713

#199713 #131997 #971319

Analogous Colors of #199713

#199713 #13974f #5b9713

Monochromatic Colors of #199713

#199713

Complementary Color

#199713 #911397

#199713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199713 Color CSS Codes

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

#199713 Text Font Color

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

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


#199713 Background Color

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

This div background color is #199713


#199713 Border Color

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

This div border color is #199713


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,151,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199713; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199713;
  -webkit-box-shadow: 1px 1px 3px 2px #199713;
  box-shadow:         1px 1px 3px 2px #199713; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199713


Comments

No comments written yet.

Please login to write comment.