Color Hex Logo

#7faaae Color Hex

#7FAAAE
(127,170,174)
0 Favorites   0 Comments

Color spaces of #7faaae

RGB 127170174
HSL0.510.220.59
HSV185°27°68°
CMYK 0.270.020.00   0.32
XYZ30.767136.317545.4328
Yxy36.31750.27340.3228
Hunter Lab60.2640-14.3309-2.5137
CIE-Lab66.7618-13.4222-6.7586

#7faaae color RGB value is (127,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10101110
Octal 177 252 256
Decimal 127 170 174
Hex 7F AA AE

RGB Percentages of Color #7faaae

%26.96
%36.09
%36.94

CMYK Percentages of Color #7faaae

%27
%2
%0
%32

Triadic Colors of #7faaae

#7faaae #ae7faa #aaae7f

Analogous Colors of #7faaae

#7faaae #7f93ae #7fae9b

Monochromatic Colors of #7faaae

#7faaae

Complementary Color

#7faaae #ae837f

#7faaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faaae Color CSS Codes

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

#7faaae Text Font Color

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

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


#7faaae Background Color

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

This div background color is #7faaae


#7faaae Border Color

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

This div border color is #7faaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faaae

#7faaae Color Palettes


Comments

No comments written yet.

Please login to write comment.