Color Hex Logo

#7ffabf Color Hex

#7FFABF
(127,250,191)
0 Favorites   0 Comments

Color spaces of #7ffabf

RGB 127250191
HSL0.420.920.74
HSV151°49°98°
CMYK 0.490.000.24   0.02
XYZ52.342076.644861.3254
Yxy76.64480.27500.4027
Hunter Lab87.5470-46.486919.7511
CIE-Lab90.1579-47.743717.8638

#7ffabf color RGB value is (127,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111010 10111111
Octal 177 372 277
Decimal 127 250 191
Hex 7F FA BF

RGB Percentages of Color #7ffabf

%22.36
%44.01
%33.63

CMYK Percentages of Color #7ffabf

%49
%0
%24
%2

Triadic Colors of #7ffabf

#7ffabf #bf7ffa #fabf7f

Analogous Colors of #7ffabf

#7ffabf #7ff8fa #7ffa82

Monochromatic Colors of #7ffabf

#7ffabf

Complementary Color

#7ffabf #fa7fba

#7ffabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffabf Color CSS Codes

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

#7ffabf Text Font Color

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

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


#7ffabf Background Color

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

This div background color is #7ffabf


#7ffabf Border Color

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

This div border color is #7ffabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffabf


Comments

No comments written yet.

Please login to write comment.