Color Hex Logo

#7ffbac Color Hex

#7FFBAC
(127,251,172)
0 Favorites   0 Comments

Color spaces of #7ffbac

RGB 127251172
HSL0.390.940.74
HSV142°49°98°
CMYK 0.490.000.31   0.02
XYZ50.696076.484951.1208
Yxy76.48490.28430.4290
Hunter Lab87.4556-49.575126.5619
CIE-Lab90.0840-51.767127.4588

#7ffbac color RGB value is (127,251,172).

#7ffbac hex color red value is 127, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7ffbac hue: 0.39 , saturation: 0.94 and the lightness value of 7ffbac is 0.74.

The process color (four color CMYK) of #7ffbac color hex is 0.49, 0.00, 0.31, 0.02. Web safe color of #7ffbac is #66ff99. Color #7ffbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 10101100
Octal 177 373 254
Decimal 127 251 172
Hex 7F FB AC

RGB Percentages of Color #7ffbac

%23.09
%45.64
%31.27

CMYK Percentages of Color #7ffbac

%49
%0
%31
%2

Triadic Colors of #7ffbac

#7ffbac #ac7ffb #fbac7f

Analogous Colors of #7ffbac

#7ffbac #7ffbea #90fb7f

Monochromatic Colors of #7ffbac

#7ffbac

Complementary Color

#7ffbac #fb7fce

#7ffbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbac Color CSS Codes

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

#7ffbac Text Font Color

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

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


#7ffbac Background Color

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

This div background color is #7ffbac


#7ffbac Border Color

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

This div border color is #7ffbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbac


Comments

No comments written yet.

Please login to write comment.