Color Hex Logo

#7ead8d Color Hex

#7EAD8D
(126,173,141)
0 Favorites   0 Comments

Color spaces of #7ead8d

RGB 126173141
HSL0.390.220.59
HSV139°27°68°
CMYK 0.270.000.18   0.32
XYZ28.355536.245830.7010
Yxy36.24580.29750.3803
Hunter Lab60.2045-21.286811.9085
CIE-Lab66.7073-22.402311.4511

#7ead8d color RGB value is (126,173,141).

#7ead8d hex color red value is 126, green value is 173 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7ead8d hue: 0.39 , saturation: 0.22 and the lightness value of 7ead8d is 0.59.

The process color (four color CMYK) of #7ead8d color hex is 0.27, 0.00, 0.18, 0.32. Web safe color of #7ead8d is #669999. Color #7ead8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 10001101
Octal 176 255 215
Decimal 126 173 141
Hex 7E AD 8D

RGB Percentages of Color #7ead8d

%28.64
%39.32
%32.05

CMYK Percentages of Color #7ead8d

%27
%0
%18
%32

Triadic Colors of #7ead8d

#7ead8d #8d7ead #ad8d7e

Analogous Colors of #7ead8d

#7ead8d #7eada5 #87ad7e

Monochromatic Colors of #7ead8d

#7ead8d

Complementary Color

#7ead8d #ad7e9e

#7ead8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ead8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ead8d Color CSS Codes

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

#7ead8d Text Font Color

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

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


#7ead8d Background Color

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

This div background color is #7ead8d


#7ead8d Border Color

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

This div border color is #7ead8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ead8d


Comments

No comments written yet.

Please login to write comment.