Color Hex Logo

#199aad Color Hex

#199AAD
(25,154,173)
0 Favorites   0 Comments

Color spaces of #199aad

RGB 25154173
HSL0.520.750.39
HSV188°86°68°
CMYK 0.860.110.00   0.32
XYZ19.499326.335043.5906
Yxy26.33500.21810.2945
Hunter Lab51.3176-21.9807-14.4402
CIE-Lab58.3537-25.5976-19.2074

#199aad color RGB value is (25,154,173).

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

The process color (four color CMYK) of #199aad color hex is 0.86, 0.11, 0.00, 0.32. Web safe color of #199aad is #009999. Color #199aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011010 10101101
Octal 31 232 255
Decimal 25 154 173
Hex 19 9A AD

RGB Percentages of Color #199aad

%7.10
%43.75
%49.15

CMYK Percentages of Color #199aad

%86
%11
%0
%32

Triadic Colors of #199aad

#199aad #ad199a #9aad19

Analogous Colors of #199aad

#199aad #1950ad #19ad76

Monochromatic Colors of #199aad

#199aad

Complementary Color

#199aad #ad2c19

#199aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#199aad Color CSS Codes

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

#199aad Text Font Color

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

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


#199aad Background Color

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

This div background color is #199aad


#199aad Border Color

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

This div border color is #199aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199aad


Comments

No comments written yet.

Please login to write comment.