Color Hex Logo

#7ffeaa Color Hex

#7FFEAA
(127,254,170)
0 Favorites   0 Comments

Color spaces of #7ffeaa

RGB 127254170
HSL0.390.980.75
HSV140°50°100°
CMYK 0.500.000.33   0.00
XYZ51.449978.297950.4315
Yxy78.29790.28550.4346
Hunter Lab88.4861-51.062528.1487
CIE-Lab90.9157-53.351829.5945

#7ffeaa color RGB value is (127,254,170).

#7ffeaa hex color red value is 127, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7ffeaa hue: 0.39 , saturation: 0.98 and the lightness value of 7ffeaa is 0.75.

The process color (four color CMYK) of #7ffeaa color hex is 0.50, 0.00, 0.33, 0.00. Web safe color of #7ffeaa is #66ff99. Color #7ffeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 10101010
Octal 177 376 252
Decimal 127 254 170
Hex 7F FE AA

RGB Percentages of Color #7ffeaa

%23.05
%46.10
%30.85

CMYK Percentages of Color #7ffeaa

%50
%0
%33
%0

Triadic Colors of #7ffeaa

#7ffeaa #aa7ffe #feaa7f

Analogous Colors of #7ffeaa

#7ffeaa #7ffeea #94fe7f

Monochromatic Colors of #7ffeaa

#7ffeaa

Complementary Color

#7ffeaa #fe7fd3

#7ffeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffeaa Color CSS Codes

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

#7ffeaa Text Font Color

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

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


#7ffeaa Background Color

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

This div background color is #7ffeaa


#7ffeaa Border Color

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

This div border color is #7ffeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffeaa


Comments

No comments written yet.

Please login to write comment.