Color Hex Logo

#7cd38d Color Hex

#7CD38D
(124,211,141)
0 Favorites   0 Comments

Color spaces of #7cd38d

RGB 124211141
HSL0.370.500.66
HSV132°41°83°
CMYK 0.410.000.33   0.17
XYZ36.414252.796733.4709
Yxy52.79670.29680.4304
Hunter Lab72.6613-37.702123.5514
CIE-Lab77.7548-40.970026.6674

#7cd38d color RGB value is (124,211,141).

#7cd38d hex color red value is 124, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7cd38d hue: 0.37 , saturation: 0.50 and the lightness value of 7cd38d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010011 10001101
Octal 174 323 215
Decimal 124 211 141
Hex 7C D3 8D

RGB Percentages of Color #7cd38d

%26.05
%44.33
%29.62

CMYK Percentages of Color #7cd38d

%41
%0
%33
%17

Triadic Colors of #7cd38d

#7cd38d #8d7cd3 #d38d7c

Analogous Colors of #7cd38d

#7cd38d #7cd3b9 #97d37c

Monochromatic Colors of #7cd38d

#7cd38d

Complementary Color

#7cd38d #d37cc2

#7cd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd38d Color CSS Codes

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

#7cd38d Text Font Color

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

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


#7cd38d Background Color

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

This div background color is #7cd38d


#7cd38d Border Color

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

This div border color is #7cd38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd38d


Comments

No comments written yet.

Please login to write comment.