Color Hex Logo

#7ffaaa Color Hex

#7FFAAA
(127,250,170)
0 Favorites   0 Comments

Color spaces of #7ffaaa

RGB 127250170
HSL0.390.920.74
HSV141°49°98°
CMYK 0.490.000.32   0.02
XYZ50.193775.785550.0128
Yxy75.78550.28520.4306
Hunter Lab87.0549-49.427326.8765
CIE-Lab89.7597-51.712728.0308

#7ffaaa color RGB value is (127,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111010 10101010
Octal 177 372 252
Decimal 127 250 170
Hex 7F FA AA

RGB Percentages of Color #7ffaaa

%23.22
%45.70
%31.08

CMYK Percentages of Color #7ffaaa

%49
%0
%32
%2

Triadic Colors of #7ffaaa

#7ffaaa #aa7ffa #faaa7f

Analogous Colors of #7ffaaa

#7ffaaa #7ffae8 #92fa7f

Monochromatic Colors of #7ffaaa

#7ffaaa

Complementary Color

#7ffaaa #fa7fcf

#7ffaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffaaa Color CSS Codes

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

#7ffaaa Text Font Color

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

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


#7ffaaa Background Color

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

This div background color is #7ffaaa


#7ffaaa Border Color

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

This div border color is #7ffaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.