Color Hex Logo

#7faabc Color Hex

#7FAABC
(127,170,188)
0 Favorites   0 Comments

Color spaces of #7faabc

RGB 127170188
HSL0.550.310.62
HSV198°32°74°
CMYK 0.320.100.00   0.26
XYZ32.204236.892353.0005
Yxy36.89230.26380.3022
Hunter Lab60.7390-11.6515-9.2188
CIE-Lab67.1962-10.0303-13.8854

#7faabc color RGB value is (127,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10111100
Octal 177 252 274
Decimal 127 170 188
Hex 7F AA BC

RGB Percentages of Color #7faabc

%26.19
%35.05
%38.76

CMYK Percentages of Color #7faabc

%32
%10
%0
%26

Triadic Colors of #7faabc

#7faabc #bc7faa #aabc7f

Analogous Colors of #7faabc

#7faabc #7f8cbc #7fbcb0

Monochromatic Colors of #7faabc

#7faabc

Complementary Color

#7faabc #bc917f

#7faabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faabc Color CSS Codes

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

#7faabc Text Font Color

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

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


#7faabc Background Color

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

This div background color is #7faabc


#7faabc Border Color

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

This div border color is #7faabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faabc


Comments

No comments written yet.

Please login to write comment.