Color Hex Logo

#7faafc Color Hex

#7FAAFC
(127,170,252)
0 Favorites   0 Comments

Color spaces of #7faafc

RGB 127170252
HSL0.610.950.74
HSV219°50°99°
CMYK 0.500.330.00   0.01
XYZ40.697840.289897.7272
Yxy40.28980.22770.2254
Hunter Lab63.47423.3690-46.8530
CIE-Lab69.67547.5700-45.2057

#7faafc color RGB value is (127,170,252).

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

The process color (four color CMYK) of #7faafc color hex is 0.50, 0.33, 0.00, 0.01. Web safe color of #7faafc is #6699ff. Color #7faafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11111100
Octal 177 252 374
Decimal 127 170 252
Hex 7F AA FC

RGB Percentages of Color #7faafc

%23.13
%30.97
%45.90

CMYK Percentages of Color #7faafc

%50
%33
%0
%1

Triadic Colors of #7faafc

#7faafc #fc7faa #aafc7f

Analogous Colors of #7faafc

#7faafc #937ffc #7fe9fc

Monochromatic Colors of #7faafc

#7faafc

Complementary Color

#7faafc #fcd17f

#7faafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faafc Color CSS Codes

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

#7faafc Text Font Color

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

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


#7faafc Background Color

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

This div background color is #7faafc


#7faafc Border Color

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

This div border color is #7faafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faafc


Comments

No comments written yet.

Please login to write comment.