Color Hex Logo

#7ecd9f Color Hex

#7ECD9F
(126,205,159)
0 Favorites   0 Comments

Color spaces of #7ecd9f

RGB 126205159
HSL0.400.440.65
HSV145°39°80°
CMYK 0.390.000.22   0.20
XYZ36.693550.601540.6340
Yxy50.60150.28680.3955
Hunter Lab71.1347-32.409915.9263
CIE-Lab76.4370-34.363615.3816

#7ecd9f color RGB value is (126,205,159).

#7ecd9f hex color red value is 126, green value is 205 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7ecd9f hue: 0.40 , saturation: 0.44 and the lightness value of 7ecd9f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001101 10011111
Octal 176 315 237
Decimal 126 205 159
Hex 7E CD 9F

RGB Percentages of Color #7ecd9f

%25.71
%41.84
%32.45

CMYK Percentages of Color #7ecd9f

%39
%0
%22
%20

Triadic Colors of #7ecd9f

#7ecd9f #9f7ecd #cd9f7e

Analogous Colors of #7ecd9f

#7ecd9f #7ecdc7 #85cd7e

Monochromatic Colors of #7ecd9f

#7ecd9f

Complementary Color

#7ecd9f #cd7eac

#7ecd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecd9f Color CSS Codes

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

#7ecd9f Text Font Color

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

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


#7ecd9f Background Color

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

This div background color is #7ecd9f


#7ecd9f Border Color

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

This div border color is #7ecd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecd9f


Comments

No comments written yet.

Please login to write comment.