Color Hex Logo

#7ffbae Color Hex

#7FFBAE
(127,251,174)
0 Favorites   0 Comments

Color spaces of #7ffbae

RGB 127251174
HSL0.400.940.74
HSV143°49°98°
CMYK 0.490.000.31   0.02
XYZ50.889676.562452.1403
Yxy76.56240.28340.4263
Hunter Lab87.4999-49.310025.9197
CIE-Lab90.1198-51.406026.4940

#7ffbae color RGB value is (127,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 10101110
Octal 177 373 256
Decimal 127 251 174
Hex 7F FB AE

RGB Percentages of Color #7ffbae

%23.01
%45.47
%31.52

CMYK Percentages of Color #7ffbae

%49
%0
%31
%2

Triadic Colors of #7ffbae

#7ffbae #ae7ffb #fbae7f

Analogous Colors of #7ffbae

#7ffbae #7ffbec #8efb7f

Monochromatic Colors of #7ffbae

#7ffbae

Complementary Color

#7ffbae #fb7fcc

#7ffbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbae Color CSS Codes

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

#7ffbae Text Font Color

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

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


#7ffbae Background Color

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

This div background color is #7ffbae


#7ffbae Border Color

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

This div border color is #7ffbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbae

Related Colors


Comments

No comments written yet.

Please login to write comment.