Color Hex Logo

#109aad Color Hex

#109AAD
(16,154,173)
0 Favorites   0 Comments

Color spaces of #109aad

RGB 16154173
HSL0.520.830.37
HSV187°91°68°
CMYK 0.910.110.00   0.32
XYZ19.312126.238543.5818
Yxy26.23850.21670.2944
Hunter Lab51.2235-22.3438-14.5884
CIE-Lab58.2627-26.1524-19.3543

#109aad color RGB value is (16,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011010 10101101
Octal 20 232 255
Decimal 16 154 173
Hex 10 9A AD

RGB Percentages of Color #109aad

%4.66
%44.90
%50.44

CMYK Percentages of Color #109aad

%91
%11
%0
%32

Triadic Colors of #109aad

#109aad #ad109a #9aad10

Analogous Colors of #109aad

#109aad #104cad #10ad72

Monochromatic Colors of #109aad

#109aad

Complementary Color

#109aad #ad2310

#109aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#109aad Color CSS Codes

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

#109aad Text Font Color

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

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


#109aad Background Color

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

This div background color is #109aad


#109aad Border Color

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

This div border color is #109aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109aad


Comments

No comments written yet.

Please login to write comment.