Color Hex Logo

#78aaad Color Hex

#78AAAD
(120,170,173)
0 Favorites   0 Comments

Color spaces of #78aaad

RGB 120170173
HSL0.510.240.57
HSV183°31°68°
CMYK 0.310.020.00   0.32
XYZ29.663335.759744.8740
Yxy35.75970.26890.3242
Hunter Lab59.7994-16.1046-2.6321
CIE-Lab66.3359-15.7421-6.8776

#78aaad color RGB value is (120,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101010 10101101
Octal 170 252 255
Decimal 120 170 173
Hex 78 AA AD

RGB Percentages of Color #78aaad

%25.92
%36.72
%37.37

CMYK Percentages of Color #78aaad

%31
%2
%0
%32

Triadic Colors of #78aaad

#78aaad #ad78aa #aaad78

Analogous Colors of #78aaad

#78aaad #7890ad #78ad96

Monochromatic Colors of #78aaad

#78aaad

Complementary Color

#78aaad #ad7b78

#78aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aaad Color CSS Codes

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

#78aaad Text Font Color

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

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


#78aaad Background Color

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

This div background color is #78aaad


#78aaad Border Color

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

This div border color is #78aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aaad


Comments

No comments written yet.

Please login to write comment.