Color Hex Logo

#7faaa9 Color Hex

#7FAAA9
(127,170,169)
0 Favorites   0 Comments

Color spaces of #7faaa9

RGB 127170169
HSL0.500.200.58
HSV179°25°67°
CMYK 0.250.000.01   0.33
XYZ30.288636.126042.9128
Yxy36.12600.27700.3304
Hunter Lab60.1049-15.2323-0.2575
CIE-Lab66.6161-14.5832-4.1939

#7faaa9 color RGB value is (127,170,169).

#7faaa9 hex color red value is 127, green value is 170 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #7faaa9 hue: 0.50 , saturation: 0.20 and the lightness value of 7faaa9 is 0.58.

The process color (four color CMYK) of #7faaa9 color hex is 0.25, 0.00, 0.01, 0.33. Web safe color of #7faaa9 is #669999. Color #7faaa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10101001
Octal 177 252 251
Decimal 127 170 169
Hex 7F AA A9

RGB Percentages of Color #7faaa9

%27.25
%36.48
%36.27

CMYK Percentages of Color #7faaa9

%25
%0
%1
%33

Triadic Colors of #7faaa9

#7faaa9 #a97faa #aaa97f

Analogous Colors of #7faaa9

#7faaa9 #7f96aa #7faa94

Monochromatic Colors of #7faaa9

#7faaa9

Complementary Color

#7faaa9 #aa7f80

#7faaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faaa9 Color CSS Codes

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

#7faaa9 Text Font Color

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

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


#7faaa9 Background Color

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

This div background color is #7faaa9


#7faaa9 Border Color

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

This div border color is #7faaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faaa9


Comments

No comments written yet.

Please login to write comment.