Color Hex Logo

#7fefaa Color Hex

#7FEFAA
(127,239,170)
0 Favorites   0 Comments

Color spaces of #7fefaa

RGB 127239170
HSL0.400.780.72
HSV143°47°94°
CMYK 0.470.000.29   0.06
XYZ46.874669.147348.9064
Yxy69.14730.28420.4193
Hunter Lab83.1549-44.900123.3378
CIE-Lab86.5769-47.106223.6898

#7fefaa color RGB value is (127,239,170).

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

The process color (four color CMYK) of #7fefaa color hex is 0.47, 0.00, 0.29, 0.06. Web safe color of #7fefaa is #66ff99. Color #7fefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 10101010
Octal 177 357 252
Decimal 127 239 170
Hex 7F EF AA

RGB Percentages of Color #7fefaa

%23.69
%44.59
%31.72

CMYK Percentages of Color #7fefaa

%47
%0
%29
%6

Triadic Colors of #7fefaa

#7fefaa #aa7fef #efaa7f

Analogous Colors of #7fefaa

#7fefaa #7fefe2 #8cef7f

Monochromatic Colors of #7fefaa

#7fefaa

Complementary Color

#7fefaa #ef7fc4

#7fefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefaa Color CSS Codes

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

#7fefaa Text Font Color

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

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


#7fefaa Background Color

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

This div background color is #7fefaa


#7fefaa Border Color

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

This div border color is #7fefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefaa


Comments

No comments written yet.

Please login to write comment.