Color Hex Logo

#7faffa Color Hex

#7FAFFA
(127,175,250)
0 Favorites   0 Comments

Color spaces of #7faffa

RGB 127175250
HSL0.600.920.74
HSV217°49°98°
CMYK 0.490.300.00   0.02
XYZ41.337742.074196.3849
Yxy42.07410.22990.2340
Hunter Lab64.86460.2438-42.6963
CIE-Lab70.92204.1619-42.1692

#7faffa color RGB value is (127,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101111 11111010
Octal 177 257 372
Decimal 127 175 250
Hex 7F AF FA

RGB Percentages of Color #7faffa

%23.01
%31.70
%45.29

CMYK Percentages of Color #7faffa

%49
%30
%0
%2

Triadic Colors of #7faffa

#7faffa #fa7faf #affa7f

Analogous Colors of #7faffa

#7faffa #8d7ffa #7fedfa

Monochromatic Colors of #7faffa

#7faffa

Complementary Color

#7faffa #faca7f

#7faffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faffa Color CSS Codes

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

#7faffa Text Font Color

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

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


#7faffa Background Color

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

This div background color is #7faffa


#7faffa Border Color

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

This div border color is #7faffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,175,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 #7faffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faffa

Related Colors


Comments

No comments written yet.

Please login to write comment.