Color Hex Logo

#72aaad Color Hex

#72AAAD
(114,170,173)
0 Favorites   0 Comments

Color spaces of #72aaad

RGB 114170173
HSL0.510.260.56
HSV183°34°68°
CMYK 0.340.020.00   0.32
XYZ28.857035.344044.8363
Yxy35.34400.26470.3241
Hunter Lab59.4508-17.3963-3.0994
CIE-Lab66.0156-17.4627-7.3882

#72aaad color RGB value is (114,170,173).

#72aaad hex color red value is 114, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #72aaad hue: 0.51 , saturation: 0.26 and the lightness value of 72aaad is 0.56.

The process color (four color CMYK) of #72aaad color hex is 0.34, 0.02, 0.00, 0.32. Web safe color of #72aaad is #669999. Color #72aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 10101101
Octal 162 252 255
Decimal 114 170 173
Hex 72 AA AD

RGB Percentages of Color #72aaad

%24.95
%37.20
%37.86

CMYK Percentages of Color #72aaad

%34
%2
%0
%32

Triadic Colors of #72aaad

#72aaad #ad72aa #aaad72

Analogous Colors of #72aaad

#72aaad #728dad #72ad93

Monochromatic Colors of #72aaad

#72aaad

Complementary Color

#72aaad #ad7572

#72aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aaad Color CSS Codes

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

#72aaad Text Font Color

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

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


#72aaad Background Color

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

This div background color is #72aaad


#72aaad Border Color

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

This div border color is #72aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aaad


Comments

No comments written yet.

Please login to write comment.