Color Hex Logo

#7faabd Color Hex

#7FAABD
(127,170,189)
0 Favorites   0 Comments

Color spaces of #7faabd

RGB 127170189
HSL0.550.320.62
HSV198°33°74°
CMYK 0.330.100.00   0.26
XYZ32.312436.935653.5704
Yxy36.93560.26310.3007
Hunter Lab60.7747-11.4516-9.7195
CIE-Lab67.2287-9.7806-14.3912

#7faabd color RGB value is (127,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10111101
Octal 177 252 275
Decimal 127 170 189
Hex 7F AA BD

RGB Percentages of Color #7faabd

%26.13
%34.98
%38.89

CMYK Percentages of Color #7faabd

%33
%10
%0
%26

Triadic Colors of #7faabd

#7faabd #bd7faa #aabd7f

Analogous Colors of #7faabd

#7faabd #7f8bbd #7fbdb1

Monochromatic Colors of #7faabd

#7faabd

Complementary Color

#7faabd #bd927f

#7faabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faabd Color CSS Codes

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

#7faabd Text Font Color

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

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


#7faabd Background Color

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

This div background color is #7faabd


#7faabd Border Color

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

This div border color is #7faabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faabd


Comments

No comments written yet.

Please login to write comment.