Color Hex Logo

#7faffc Color Hex

#7FAFFC
(127,175,252)
0 Favorites   0 Comments

Color spaces of #7faffc

RGB 127175252
HSL0.600.950.74
HSV217°50°99°
CMYK 0.500.310.00   0.01
XYZ41.653142.200298.0456
Yxy42.20020.22900.2320
Hunter Lab64.96170.7704-44.0122
CIE-Lab71.00874.7490-43.1163

#7faffc color RGB value is (127,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101111 11111100
Octal 177 257 374
Decimal 127 175 252
Hex 7F AF FC

RGB Percentages of Color #7faffc

%22.92
%31.59
%45.49

CMYK Percentages of Color #7faffc

%50
%31
%0
%1

Triadic Colors of #7faffc

#7faffc #fc7faf #affc7f

Analogous Colors of #7faffc

#7faffc #8e7ffc #7feefc

Monochromatic Colors of #7faffc

#7faffc

Complementary Color

#7faffc #fccc7f

#7faffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faffc Color CSS Codes

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

#7faffc Text Font Color

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

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


#7faffc Background Color

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

This div background color is #7faffc


#7faffc Border Color

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

This div border color is #7faffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faffc


Comments

No comments written yet.

Please login to write comment.