Color Hex Logo

#7eeaaa Color Hex

#7EEAAA
(126,234,170)
0 Favorites   0 Comments

Color spaces of #7eeaaa

RGB 126234170
HSL0.400.720.71
HSV144°46°92°
CMYK 0.460.000.27   0.08
XYZ45.282766.183548.4183
Yxy66.18350.28320.4139
Hunter Lab81.3532-43.011821.6602
CIE-Lab85.0899-45.220221.6372

#7eeaaa color RGB value is (126,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101010 10101010
Octal 176 352 252
Decimal 126 234 170
Hex 7E EA AA

RGB Percentages of Color #7eeaaa

%23.77
%44.15
%32.08

CMYK Percentages of Color #7eeaaa

%46
%0
%27
%8

Triadic Colors of #7eeaaa

#7eeaaa #aa7eea #eaaa7e

Analogous Colors of #7eeaaa

#7eeaaa #7eeae0 #88ea7e

Monochromatic Colors of #7eeaaa

#7eeaaa

Complementary Color

#7eeaaa #ea7ebe

#7eeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeaaa Color CSS Codes

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

#7eeaaa Text Font Color

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

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


#7eeaaa Background Color

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

This div background color is #7eeaaa


#7eeaaa Border Color

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

This div border color is #7eeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeaaa


Comments

No comments written yet.

Please login to write comment.