Color Hex Logo

#7feeaa Color Hex

#7FEEAA
(127,238,170)
0 Favorites   0 Comments

Color spaces of #7feeaa

RGB 127238170
HSL0.400.770.72
HSV143°47°93°
CMYK 0.470.000.29   0.07
XYZ46.582668.563448.8091
Yxy68.56340.28410.4182
Hunter Lab82.8030-44.486323.0130
CIE-Lab86.2874-46.680223.2922

#7feeaa color RGB value is (127,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 10101010
Octal 177 356 252
Decimal 127 238 170
Hex 7F EE AA

RGB Percentages of Color #7feeaa

%23.74
%44.49
%31.78

CMYK Percentages of Color #7feeaa

%47
%0
%29
%7

Triadic Colors of #7feeaa

#7feeaa #aa7fee #eeaa7f

Analogous Colors of #7feeaa

#7feeaa #7feee2 #8cee7f

Monochromatic Colors of #7feeaa

#7feeaa

Complementary Color

#7feeaa #ee7fc3

#7feeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feeaa Color CSS Codes

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

#7feeaa Text Font Color

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

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


#7feeaa Background Color

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

This div background color is #7feeaa


#7feeaa Border Color

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

This div border color is #7feeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feeaa


Comments

No comments written yet.

Please login to write comment.