Color Hex Logo

#78aaaf Color Hex

#78AAAF
(120,170,175)
0 Favorites   0 Comments

Color spaces of #78aaaf

RGB 120170175
HSL0.520.260.58
HSV185°31°69°
CMYK 0.310.030.00   0.31
XYZ29.858335.837745.9011
Yxy35.83770.26760.3211
Hunter Lab59.8646-15.7337-3.5553
CIE-Lab66.3957-15.2584-7.9015

#78aaaf color RGB value is (120,170,175).

#78aaaf hex color red value is 120, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #78aaaf hue: 0.52 , saturation: 0.26 and the lightness value of 78aaaf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101010 10101111
Octal 170 252 257
Decimal 120 170 175
Hex 78 AA AF

RGB Percentages of Color #78aaaf

%25.81
%36.56
%37.63

CMYK Percentages of Color #78aaaf

%31
%3
%0
%31

Triadic Colors of #78aaaf

#78aaaf #af78aa #aaaf78

Analogous Colors of #78aaaf

#78aaaf #788faf #78af99

Monochromatic Colors of #78aaaf

#78aaaf

Complementary Color

#78aaaf #af7d78

#78aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aaaf Color CSS Codes

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

#78aaaf Text Font Color

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

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


#78aaaf Background Color

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

This div background color is #78aaaf


#78aaaf Border Color

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

This div border color is #78aaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,170,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78aaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aaaf


Comments

No comments written yet.

Please login to write comment.