Color Hex Logo

#10aaad Color Hex

#10AAAD
(16,170,173)
0 Favorites   0 Comments

Color spaces of #10aaad

RGB 16170173
HSL0.500.830.37
HSV181°91°68°
CMYK 0.910.020.00   0.32
XYZ22.131231.876744.5216
Yxy31.87670.22460.3235
Hunter Lab56.4595-28.8349-7.2320
CIE-Lab63.2408-33.9512-11.8233

#10aaad color RGB value is (16,170,173).

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

The process color (four color CMYK) of #10aaad color hex is 0.91, 0.02, 0.00, 0.32. Web safe color of #10aaad is #009999. Color #10aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101010 10101101
Octal 20 252 255
Decimal 16 170 173
Hex 10 AA AD

RGB Percentages of Color #10aaad

%4.46
%47.35
%48.19

CMYK Percentages of Color #10aaad

%91
%2
%0
%32

Triadic Colors of #10aaad

#10aaad #ad10aa #aaad10

Analogous Colors of #10aaad

#10aaad #105cad #10ad61

Monochromatic Colors of #10aaad

#10aaad

Complementary Color

#10aaad #ad1310

#10aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#10aaad Color CSS Codes

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

#10aaad Text Font Color

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

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


#10aaad Background Color

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

This div background color is #10aaad


#10aaad Border Color

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

This div border color is #10aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10aaad


Comments

No comments written yet.

Please login to write comment.