Color Hex Logo

#199d6f Color Hex

#199D6F
(25,157,111)
0 Favorites   0 Comments

Color spaces of #199d6f

RGB 25157111
HSL0.440.730.36
HSV159°84°62°
CMYK 0.840.000.29   0.38
XYZ15.327125.468319.1470
Yxy25.46830.25570.4249
Hunter Lab50.4661-34.103412.8315
CIE-Lab57.5289-44.783514.7244

#199d6f color RGB value is (25,157,111).

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

The process color (four color CMYK) of #199d6f color hex is 0.84, 0.00, 0.29, 0.38. Web safe color of #199d6f is #009966. Color #199d6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 01101111
Octal 31 235 157
Decimal 25 157 111
Hex 19 9D 6F

RGB Percentages of Color #199d6f

%8.53
%53.58
%37.88

CMYK Percentages of Color #199d6f

%84
%0
%29
%38

Triadic Colors of #199d6f

#199d6f #6f199d #9d6f19

Analogous Colors of #199d6f

#199d6f #19899d #199d2d

Monochromatic Colors of #199d6f

#199d6f

Complementary Color

#199d6f #9d1947

#199d6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199d6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#199d6f Color CSS Codes

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

#199d6f Text Font Color

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

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


#199d6f Background Color

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

This div background color is #199d6f


#199d6f Border Color

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

This div border color is #199d6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199d6f


Comments

No comments written yet.

Please login to write comment.