Color Hex Logo

#7faaaf Color Hex

#7FAAAF
(127,170,175)
0 Favorites   0 Comments

Color spaces of #7faaaf

RGB 127170175
HSL0.520.230.59
HSV186°27°69°
CMYK 0.270.030.00   0.31
XYZ30.865036.356645.9482
Yxy36.35660.27270.3213
Hunter Lab60.2964-14.1468-2.9738
CIE-Lab66.7915-13.1865-7.2704

#7faaaf color RGB value is (127,170,175).

#7faaaf hex color red value is 127, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7faaaf hue: 0.52 , saturation: 0.23 and the lightness value of 7faaaf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10101111
Octal 177 252 257
Decimal 127 170 175
Hex 7F AA AF

RGB Percentages of Color #7faaaf

%26.91
%36.02
%37.08

CMYK Percentages of Color #7faaaf

%27
%3
%0
%31

Triadic Colors of #7faaaf

#7faaaf #af7faa #aaaf7f

Analogous Colors of #7faaaf

#7faaaf #7f92af #7faf9c

Monochromatic Colors of #7faaaf

#7faaaf

Complementary Color

#7faaaf #af847f

#7faaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faaaf Color CSS Codes

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

#7faaaf Text Font Color

<p style="color:#7faaaf">Text here</p>

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


#7faaaf Background Color

<div style="background-color:#7faaaf">
Div content here</div>

This div background color is #7faaaf


#7faaaf Border Color

<div style="border:3px solid #7faaaf">
Div here</div>

This div border color is #7faaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faaaf


Comments

No comments written yet.

Please login to write comment.