Color Hex Logo

#7faafa Color Hex

#7FAAFA
(127,170,250)
0 Favorites   0 Comments

Color spaces of #7faafa

RGB 127170250
HSL0.610.920.74
HSV219°49°98°
CMYK 0.490.320.00   0.02
XYZ40.382440.163696.0664
Yxy40.16360.22860.2274
Hunter Lab63.37482.8344-45.5122
CIE-Lab69.58596.9799-44.2610

#7faafa color RGB value is (127,170,250).

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

The process color (four color CMYK) of #7faafa color hex is 0.49, 0.32, 0.00, 0.02. Web safe color of #7faafa is #6699ff. Color #7faafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11111010
Octal 177 252 372
Decimal 127 170 250
Hex 7F AA FA

RGB Percentages of Color #7faafa

%23.22
%31.08
%45.70

CMYK Percentages of Color #7faafa

%49
%32
%0
%2

Triadic Colors of #7faafa

#7faafa #fa7faa #aafa7f

Analogous Colors of #7faafa

#7faafa #927ffa #7fe8fa

Monochromatic Colors of #7faafa

#7faafa

Complementary Color

#7faafa #facf7f

#7faafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faafa Color CSS Codes

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

#7faafa Text Font Color

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

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


#7faafa Background Color

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

This div background color is #7faafa


#7faafa Border Color

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

This div border color is #7faafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faafa


Comments

No comments written yet.

Please login to write comment.