Color Hex Logo

#7cd29e Color Hex

#7CD29E
(124,210,158)
0 Favorites   0 Comments

Color spaces of #7cd29e

RGB 124210158
HSL0.400.490.65
HSV144°41°82°
CMYK 0.410.000.25   0.18
XYZ37.530352.846940.5702
Yxy52.84690.28660.4036
Hunter Lab72.6959-35.064617.7985
CIE-Lab77.7845-37.425117.7804

#7cd29e color RGB value is (124,210,158).

#7cd29e hex color red value is 124, green value is 210 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7cd29e hue: 0.40 , saturation: 0.49 and the lightness value of 7cd29e is 0.65.

The process color (four color CMYK) of #7cd29e color hex is 0.41, 0.00, 0.25, 0.18. Web safe color of #7cd29e is #66cc99. Color #7cd29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010010 10011110
Octal 174 322 236
Decimal 124 210 158
Hex 7C D2 9E

RGB Percentages of Color #7cd29e

%25.20
%42.68
%32.11

CMYK Percentages of Color #7cd29e

%41
%0
%25
%18

Triadic Colors of #7cd29e

#7cd29e #9e7cd2 #d29e7c

Analogous Colors of #7cd29e

#7cd29e #7cd2c9 #85d27c

Monochromatic Colors of #7cd29e

#7cd29e

Complementary Color

#7cd29e #d27cb0

#7cd29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd29e Color CSS Codes

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

#7cd29e Text Font Color

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

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


#7cd29e Background Color

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

This div background color is #7cd29e


#7cd29e Border Color

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

This div border color is #7cd29e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,210,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cd29e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cd29e;
  -webkit-box-shadow: 1px 1px 3px 2px #7cd29e;
  box-shadow:         1px 1px 3px 2px #7cd29e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,210,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd29e


Comments

No comments written yet.

Please login to write comment.