Color Hex Logo

#119aad Color Hex

#119AAD
(17,154,173)
0 Favorites   0 Comments

Color spaces of #119aad

RGB 17154173
HSL0.520.820.37
HSV187°90°68°
CMYK 0.900.110.00   0.32
XYZ19.329626.247543.5827
Yxy26.24750.21680.2944
Hunter Lab51.2323-22.3097-14.5747
CIE-Lab58.2712-26.1002-19.3407

#119aad color RGB value is (17,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011010 10101101
Octal 21 232 255
Decimal 17 154 173
Hex 11 9A AD

RGB Percentages of Color #119aad

%4.94
%44.77
%50.29

CMYK Percentages of Color #119aad

%90
%11
%0
%32

Triadic Colors of #119aad

#119aad #ad119a #9aad11

Analogous Colors of #119aad

#119aad #114cad #11ad72

Monochromatic Colors of #119aad

#119aad

Complementary Color

#119aad #ad2411

#119aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#119aad Color CSS Codes

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

#119aad Text Font Color

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

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


#119aad Background Color

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

This div background color is #119aad


#119aad Border Color

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

This div border color is #119aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #119aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119aad


Comments

No comments written yet.

Please login to write comment.