Color Hex Logo

#7faaba Color Hex

#7FAABA
(127,170,186)
0 Favorites   0 Comments

Color spaces of #7faaba

RGB 127170186
HSL0.550.300.61
HSV196°32°73°
CMYK 0.320.090.00   0.27
XYZ31.990036.806651.8727
Yxy36.80660.26510.3050
Hunter Lab60.6684-12.0481-8.2262
CIE-Lab67.1317-10.5270-12.8726

#7faaba color RGB value is (127,170,186).

#7faaba hex color red value is 127, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7faaba hue: 0.55 , saturation: 0.30 and the lightness value of 7faaba is 0.61.

The process color (four color CMYK) of #7faaba color hex is 0.32, 0.09, 0.00, 0.27. Web safe color of #7faaba is #6699cc. Color #7faaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10111010
Octal 177 252 272
Decimal 127 170 186
Hex 7F AA BA

RGB Percentages of Color #7faaba

%26.29
%35.20
%38.51

CMYK Percentages of Color #7faaba

%32
%9
%0
%27

Triadic Colors of #7faaba

#7faaba #ba7faa #aaba7f

Analogous Colors of #7faaba

#7faaba #7f8dba #7fbaad

Monochromatic Colors of #7faaba

#7faaba

Complementary Color

#7faaba #ba8f7f

#7faaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faaba Color CSS Codes

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

#7faaba Text Font Color

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

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


#7faaba Background Color

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

This div background color is #7faaba


#7faaba Border Color

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

This div border color is #7faaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faaba


Comments

No comments written yet.

Please login to write comment.