Color Hex Logo

#7fa0ae Color Hex

#7FA0AE
(127,160,174)
0 Favorites   0 Comments

Color spaces of #7fa0ae

RGB 127160174
HSL0.550.220.59
HSV198°27°68°
CMYK 0.270.080.00   0.32
XYZ28.963232.709644.8315
Yxy32.70960.27190.3071
Hunter Lab57.1923-9.6910-6.4412
CIE-Lab63.9251-8.0400-10.9872

#7fa0ae color RGB value is (127,160,174).

#7fa0ae hex color red value is 127, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7fa0ae hue: 0.55 , saturation: 0.22 and the lightness value of 7fa0ae is 0.59.

The process color (four color CMYK) of #7fa0ae color hex is 0.27, 0.08, 0.00, 0.32. Web safe color of #7fa0ae is #669999. Color #7fa0ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100000 10101110
Octal 177 240 256
Decimal 127 160 174
Hex 7F A0 AE

RGB Percentages of Color #7fa0ae

%27.55
%34.71
%37.74

CMYK Percentages of Color #7fa0ae

%27
%8
%0
%32

Triadic Colors of #7fa0ae

#7fa0ae #ae7fa0 #a0ae7f

Analogous Colors of #7fa0ae

#7fa0ae #7f89ae #7faea5

Monochromatic Colors of #7fa0ae

#7fa0ae

Complementary Color

#7fa0ae #ae8d7f

#7fa0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa0ae Color CSS Codes

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

#7fa0ae Text Font Color

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

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


#7fa0ae Background Color

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

This div background color is #7fa0ae


#7fa0ae Border Color

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

This div border color is #7fa0ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,160,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa0ae


Comments

No comments written yet.

Please login to write comment.