Color Hex Logo

#7faad8 Color Hex

#7FAAD8
(127,170,216)
0 Favorites   0 Comments

Color spaces of #7faad8

RGB 127170216
HSL0.590.530.67
HSV211°41°85°
CMYK 0.410.210.00   0.15
XYZ35.521838.219370.4706
Yxy38.21930.24630.2650
Hunter Lab61.8218-5.6248-24.3094
CIE-Lab68.1819-2.6987-27.8587

#7faad8 color RGB value is (127,170,216).

#7faad8 hex color red value is 127, green value is 170 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #7faad8 hue: 0.59 , saturation: 0.53 and the lightness value of 7faad8 is 0.67.

The process color (four color CMYK) of #7faad8 color hex is 0.41, 0.21, 0.00, 0.15. Web safe color of #7faad8 is #6699cc. Color #7faad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11011000
Octal 177 252 330
Decimal 127 170 216
Hex 7F AA D8

RGB Percentages of Color #7faad8

%24.76
%33.14
%42.11

CMYK Percentages of Color #7faad8

%41
%21
%0
%15

Triadic Colors of #7faad8

#7faad8 #d87faa #aad87f

Analogous Colors of #7faad8

#7faad8 #817fd8 #7fd7d8

Monochromatic Colors of #7faad8

#7faad8

Complementary Color

#7faad8 #d8ad7f

#7faad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faad8 Color CSS Codes

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

#7faad8 Text Font Color

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

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


#7faad8 Background Color

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

This div background color is #7faad8


#7faad8 Border Color

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

This div border color is #7faad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faad8


Comments

No comments written yet.

Please login to write comment.