Color Hex Logo

#199dac Color Hex

#199DAC
(25,157,172)
0 Favorites   0 Comments

Color spaces of #199dac

RGB 25157172
HSL0.520.750.39
HSV186°85°67°
CMYK 0.850.090.00   0.33
XYZ19.904327.299243.2499
Yxy27.29920.22010.3018
Hunter Lab52.2486-23.4349-12.5045
CIE-Lab59.2503-27.4345-17.2766

#199dac color RGB value is (25,157,172).

#199dac hex color red value is 25, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #199dac hue: 0.52 , saturation: 0.75 and the lightness value of 199dac is 0.39.

The process color (four color CMYK) of #199dac color hex is 0.85, 0.09, 0.00, 0.33. Web safe color of #199dac is #009999. Color #199dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 10101100
Octal 31 235 254
Decimal 25 157 172
Hex 19 9D AC

RGB Percentages of Color #199dac

%7.06
%44.35
%48.59

CMYK Percentages of Color #199dac

%85
%9
%0
%33

Triadic Colors of #199dac

#199dac #ac199d #9dac19

Analogous Colors of #199dac

#199dac #1953ac #19ac72

Monochromatic Colors of #199dac

#199dac

Complementary Color

#199dac #ac2819

#199dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#199dac Color CSS Codes

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

#199dac Text Font Color

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

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


#199dac Background Color

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

This div background color is #199dac


#199dac Border Color

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

This div border color is #199dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199dac


Comments

No comments written yet.

Please login to write comment.