Color Hex Logo

#7eeead Color Hex

#7EEEAD
(126,238,173)
0 Favorites   0 Comments

Color spaces of #7eeead

RGB 126238173
HSL0.400.770.71
HSV145°47°93°
CMYK 0.470.000.27   0.07
XYZ46.721568.601850.3142
Yxy68.60180.28210.4142
Hunter Lab82.8262-44.255621.9616
CIE-Lab86.3065-46.371021.7677

#7eeead color RGB value is (126,238,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 10101101
Octal 176 356 255
Decimal 126 238 173
Hex 7E EE AD

RGB Percentages of Color #7eeead

%23.46
%44.32
%32.22

CMYK Percentages of Color #7eeead

%47
%0
%27
%7

Triadic Colors of #7eeead

#7eeead #ad7eee #eead7e

Analogous Colors of #7eeead

#7eeead #7eeee5 #87ee7e

Monochromatic Colors of #7eeead

#7eeead

Complementary Color

#7eeead #ee7ebf

#7eeead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeead Color CSS Codes

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

#7eeead Text Font Color

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

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


#7eeead Background Color

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

This div background color is #7eeead


#7eeead Border Color

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

This div border color is #7eeead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,238,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7eeead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeead


Comments

No comments written yet.

Please login to write comment.