Color Hex Logo

#7edea4 Color Hex

#7EDEA4
(126,222,164)
0 Favorites   0 Comments

Color spaces of #7edea4

RGB 126222164
HSL0.400.590.68
HSV144°43°87°
CMYK 0.430.000.26   0.13
XYZ41.426359.358544.3959
Yxy59.35850.28530.4089
Hunter Lab77.0445-38.849619.7660
CIE-Lab81.4883-41.112019.7776

#7edea4 color RGB value is (126,222,164).

#7edea4 hex color red value is 126, green value is 222 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7edea4 hue: 0.40 , saturation: 0.59 and the lightness value of 7edea4 is 0.68.

The process color (four color CMYK) of #7edea4 color hex is 0.43, 0.00, 0.26, 0.13. Web safe color of #7edea4 is #66cc99. Color #7edea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 10100100
Octal 176 336 244
Decimal 126 222 164
Hex 7E DE A4

RGB Percentages of Color #7edea4

%24.61
%43.36
%32.03

CMYK Percentages of Color #7edea4

%43
%0
%26
%13

Triadic Colors of #7edea4

#7edea4 #a47ede #dea47e

Analogous Colors of #7edea4

#7edea4 #7eded4 #88de7e

Monochromatic Colors of #7edea4

#7edea4

Complementary Color

#7edea4 #de7eb8

#7edea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edea4 Color CSS Codes

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

#7edea4 Text Font Color

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

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


#7edea4 Background Color

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

This div background color is #7edea4


#7edea4 Border Color

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

This div border color is #7edea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edea4


Comments

No comments written yet.

Please login to write comment.