Color Hex Logo

#7faabe Color Hex

#7FAABE
(127,170,190)
0 Favorites   0 Comments

Color spaces of #7faabe

RGB 127170190
HSL0.550.330.62
HSV199°33°75°
CMYK 0.330.110.00   0.25
XYZ32.421436.979254.1441
Yxy36.97920.26240.2993
Hunter Lab60.8105-11.2504-10.2229
CIE-Lab67.2614-9.5298-14.8963

#7faabe color RGB value is (127,170,190).

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

The process color (four color CMYK) of #7faabe color hex is 0.33, 0.11, 0.00, 0.25. Web safe color of #7faabe is #6699cc. Color #7faabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10111110
Octal 177 252 276
Decimal 127 170 190
Hex 7F AA BE

RGB Percentages of Color #7faabe

%26.08
%34.91
%39.01

CMYK Percentages of Color #7faabe

%33
%11
%0
%25

Triadic Colors of #7faabe

#7faabe #be7faa #aabe7f

Analogous Colors of #7faabe

#7faabe #7f8bbe #7fbeb3

Monochromatic Colors of #7faabe

#7faabe

Complementary Color

#7faabe #be937f

#7faabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faabe Color CSS Codes

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

#7faabe Text Font Color

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

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


#7faabe Background Color

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

This div background color is #7faabe


#7faabe Border Color

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

This div border color is #7faabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faabe


Comments

No comments written yet.

Please login to write comment.