Color Hex Logo

#7ed8ac Color Hex

#7ED8AC
(126,216,172)
0 Favorites   0 Comments

Color spaces of #7ed8ac

RGB 126216172
HSL0.420.540.67
HSV151°42°85°
CMYK 0.420.000.20   0.15
XYZ40.606456.525947.8001
Yxy56.52590.28020.3900
Hunter Lab75.1837-35.164414.9334
CIE-Lab79.9122-36.836313.3626

#7ed8ac color RGB value is (126,216,172).

#7ed8ac hex color red value is 126, green value is 216 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7ed8ac hue: 0.42 , saturation: 0.54 and the lightness value of 7ed8ac is 0.67.

The process color (four color CMYK) of #7ed8ac color hex is 0.42, 0.00, 0.20, 0.15. Web safe color of #7ed8ac is #66cc99. Color #7ed8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011000 10101100
Octal 176 330 254
Decimal 126 216 172
Hex 7E D8 AC

RGB Percentages of Color #7ed8ac

%24.51
%42.02
%33.46

CMYK Percentages of Color #7ed8ac

%42
%0
%20
%15

Triadic Colors of #7ed8ac

#7ed8ac #ac7ed8 #d8ac7e

Analogous Colors of #7ed8ac

#7ed8ac #7ed7d8 #7ed87f

Monochromatic Colors of #7ed8ac

#7ed8ac

Complementary Color

#7ed8ac #d87eaa

#7ed8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed8ac Color CSS Codes

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

#7ed8ac Text Font Color

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

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


#7ed8ac Background Color

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

This div background color is #7ed8ac


#7ed8ac Border Color

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

This div border color is #7ed8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed8ac


Comments

No comments written yet.

Please login to write comment.