Color Hex Logo

#7eeeaa Color Hex

#7EEEAA
(126,238,170)
0 Favorites   0 Comments

Color spaces of #7eeeaa

RGB 126238170
HSL0.400.770.71
HSV144°47°93°
CMYK 0.470.000.29   0.07
XYZ46.434468.487048.8022
Yxy68.48700.28360.4183
Hunter Lab82.7569-44.669222.9662
CIE-Lab86.2494-46.934923.2339

#7eeeaa color RGB value is (126,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 10101010
Octal 176 356 252
Decimal 126 238 170
Hex 7E EE AA

RGB Percentages of Color #7eeeaa

%23.60
%44.57
%31.84

CMYK Percentages of Color #7eeeaa

%47
%0
%29
%7

Triadic Colors of #7eeeaa

#7eeeaa #aa7eee #eeaa7e

Analogous Colors of #7eeeaa

#7eeeaa #7eeee2 #8aee7e

Monochromatic Colors of #7eeeaa

#7eeeaa

Complementary Color

#7eeeaa #ee7ec2

#7eeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeeaa Color CSS Codes

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

#7eeeaa Text Font Color

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

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


#7eeeaa Background Color

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

This div background color is #7eeeaa


#7eeeaa Border Color

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

This div border color is #7eeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeeaa


Comments

No comments written yet.

Please login to write comment.