Color Hex Logo

#7fedaa Color Hex

#7FEDAA
(127,237,170)
0 Favorites   0 Comments

Color spaces of #7fedaa

RGB 127237170
HSL0.400.750.71
HSV143°46°93°
CMYK 0.460.000.28   0.07
XYZ46.292367.982748.7123
Yxy67.98270.28400.4171
Hunter Lab82.4516-44.071922.6877
CIE-Lab85.9978-46.252522.8942

#7fedaa color RGB value is (127,237,170).

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

The process color (four color CMYK) of #7fedaa color hex is 0.46, 0.00, 0.28, 0.07. Web safe color of #7fedaa is #66ff99. Color #7fedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10101010
Octal 177 355 252
Decimal 127 237 170
Hex 7F ED AA

RGB Percentages of Color #7fedaa

%23.78
%44.38
%31.84

CMYK Percentages of Color #7fedaa

%46
%0
%28
%7

Triadic Colors of #7fedaa

#7fedaa #aa7fed #edaa7f

Analogous Colors of #7fedaa

#7fedaa #7fede1 #8bed7f

Monochromatic Colors of #7fedaa

#7fedaa

Complementary Color

#7fedaa #ed7fc2

#7fedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedaa Color CSS Codes

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

#7fedaa Text Font Color

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

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


#7fedaa Background Color

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

This div background color is #7fedaa


#7fedaa Border Color

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

This div border color is #7fedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedaa


Comments

No comments written yet.

Please login to write comment.