Color Hex Logo

#14aaad Color Hex

#14AAAD
(20,170,173)
0 Favorites   0 Comments

Color spaces of #14aaad

RGB 20170173
HSL0.500.790.38
HSV181°88°68°
CMYK 0.880.020.00   0.32
XYZ22.206031.915344.5251
Yxy31.91530.22510.3235
Hunter Lab56.4936-28.7007-7.1835
CIE-Lab63.2728-33.7429-11.7721

#14aaad color RGB value is (20,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101010 10101101
Octal 24 252 255
Decimal 20 170 173
Hex 14 AA AD

RGB Percentages of Color #14aaad

%5.51
%46.83
%47.66

CMYK Percentages of Color #14aaad

%88
%2
%0
%32

Triadic Colors of #14aaad

#14aaad #ad14aa #aaad14

Analogous Colors of #14aaad

#14aaad #145ead #14ad63

Monochromatic Colors of #14aaad

#14aaad

Complementary Color

#14aaad #ad1714

#14aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aaad Color CSS Codes

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

#14aaad Text Font Color

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

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


#14aaad Background Color

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

This div background color is #14aaad


#14aaad Border Color

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

This div border color is #14aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aaad


Comments

No comments written yet.

Please login to write comment.