Color Hex Logo

#7ff6fa Color Hex

#7FF6FA
(127,246,250)
0 Favorites   0 Comments

Color spaces of #7ff6fa

RGB 127246250
HSL0.510.920.74
HSV182°49°98°
CMYK 0.490.020.00   0.02
XYZ58.963577.3257102.2601
Yxy77.32570.24720.3241
Hunter Lab87.9350-34.1958-7.3941
CIE-Lab90.4713-32.4943-12.2886

#7ff6fa color RGB value is (127,246,250).

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

The process color (four color CMYK) of #7ff6fa color hex is 0.49, 0.02, 0.00, 0.02. Web safe color of #7ff6fa is #66ffff. Color #7ff6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11110110 11111010
Octal 177 366 372
Decimal 127 246 250
Hex 7F F6 FA

RGB Percentages of Color #7ff6fa

%20.39
%39.49
%40.13

CMYK Percentages of Color #7ff6fa

%49
%2
%0
%2

Triadic Colors of #7ff6fa

#7ff6fa #fa7ff6 #f6fa7f

Analogous Colors of #7ff6fa

#7ff6fa #7fb9fa #7ffac1

Monochromatic Colors of #7ff6fa

#7ff6fa

Complementary Color

#7ff6fa #fa837f

#7ff6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ff6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ff6fa Color CSS Codes

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

#7ff6fa Text Font Color

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

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


#7ff6fa Background Color

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

This div background color is #7ff6fa


#7ff6fa Border Color

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

This div border color is #7ff6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ff6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.