Color Hex Logo

#199886 Color Hex

#199886
(25,152,134)
0 Favorites   0 Comments

Color spaces of #199886

RGB 25152134
HSL0.480.720.35
HSV171°84°60°
CMYK 0.840.000.12   0.40
XYZ15.932224.384426.4212
Yxy24.38440.23870.3654
Hunter Lab49.3806-28.82452.8431
CIE-Lab56.4706-36.68670.2031

#199886 color RGB value is (25,152,134).

#199886 hex color red value is 25, green value is 152 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #199886 hue: 0.48 , saturation: 0.72 and the lightness value of 199886 is 0.35.

The process color (four color CMYK) of #199886 color hex is 0.84, 0.00, 0.12, 0.40. Web safe color of #199886 is #009999. Color #199886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011000 10000110
Octal 31 230 206
Decimal 25 152 134
Hex 19 98 86

RGB Percentages of Color #199886

%8.04
%48.87
%43.09

CMYK Percentages of Color #199886

%84
%0
%12
%40

Triadic Colors of #199886

#199886 #861998 #988619

Analogous Colors of #199886

#199886 #196b98 #199847

Monochromatic Colors of #199886

#199886

Complementary Color

#199886 #98192b

#199886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199886 Color CSS Codes

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

#199886 Text Font Color

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

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


#199886 Background Color

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

This div background color is #199886


#199886 Border Color

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

This div border color is #199886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199886


Comments

No comments written yet.

Please login to write comment.