Color Hex Logo

#7feffa Color Hex

#7FEFFA
(127,239,250)
0 Favorites   0 Comments

Color spaces of #7feffa

RGB 127239250
HSL0.510.920.74
HSV185°49°98°
CMYK 0.490.040.00   0.02
XYZ56.874273.1472101.5637
Yxy73.14720.24560.3159
Hunter Lab85.5261-30.9697-10.5396
CIE-Lab88.5179-29.1717-15.2110

#7feffa color RGB value is (127,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11111010
Octal 177 357 372
Decimal 127 239 250
Hex 7F EF FA

RGB Percentages of Color #7feffa

%20.62
%38.80
%40.58

CMYK Percentages of Color #7feffa

%49
%4
%0
%2

Triadic Colors of #7feffa

#7feffa #fa7fef #effa7f

Analogous Colors of #7feffa

#7feffa #7fb2fa #7ffac8

Monochromatic Colors of #7feffa

#7feffa

Complementary Color

#7feffa #fa8a7f

#7feffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feffa Color CSS Codes

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

#7feffa Text Font Color

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

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


#7feffa Background Color

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

This div background color is #7feffa


#7feffa Border Color

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

This div border color is #7feffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feffa


Comments

No comments written yet.

Please login to write comment.