Color Hex Logo

#7eddac Color Hex

#7EDDAC
(126,221,172)
0 Favorites   0 Comments

Color spaces of #7eddac

RGB 126221172
HSL0.410.580.68
HSV149°43°87°
CMYK 0.430.000.22   0.13
XYZ41.907059.127148.2337
Yxy59.12710.28080.3961
Hunter Lab76.8941-37.283016.6348
CIE-Lab81.3614-39.104515.4030

#7eddac color RGB value is (126,221,172).

#7eddac hex color red value is 126, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7eddac hue: 0.41 , saturation: 0.58 and the lightness value of 7eddac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 10101100
Octal 176 335 254
Decimal 126 221 172
Hex 7E DD AC

RGB Percentages of Color #7eddac

%24.28
%42.58
%33.14

CMYK Percentages of Color #7eddac

%43
%0
%22
%13

Triadic Colors of #7eddac

#7eddac #ac7edd #ddac7e

Analogous Colors of #7eddac

#7eddac #7edddc #80dd7e

Monochromatic Colors of #7eddac

#7eddac

Complementary Color

#7eddac #dd7eaf

#7eddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eddac Color CSS Codes

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

#7eddac Text Font Color

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

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


#7eddac Background Color

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

This div background color is #7eddac


#7eddac Border Color

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

This div border color is #7eddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eddac


Comments

No comments written yet.

Please login to write comment.