Color Hex Logo

#7cd58e Color Hex

#7CD58E
(124,213,142)
0 Favorites   0 Comments

Color spaces of #7cd58e

RGB 124213142
HSL0.370.510.66
HSV132°42°84°
CMYK 0.420.000.33   0.16
XYZ36.988953.826634.0312
Yxy53.82660.29630.4311
Hunter Lab73.3666-38.398123.8549
CIE-Lab78.3605-41.680326.9627

#7cd58e color RGB value is (124,213,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010101 10001110
Octal 174 325 216
Decimal 124 213 142
Hex 7C D5 8E

RGB Percentages of Color #7cd58e

%25.89
%44.47
%29.65

CMYK Percentages of Color #7cd58e

%42
%0
%33
%16

Triadic Colors of #7cd58e

#7cd58e #8e7cd5 #d58e7c

Analogous Colors of #7cd58e

#7cd58e #7cd5bb #97d57c

Monochromatic Colors of #7cd58e

#7cd58e

Complementary Color

#7cd58e #d57cc3

#7cd58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd58e Color CSS Codes

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

#7cd58e Text Font Color

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

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


#7cd58e Background Color

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

This div background color is #7cd58e


#7cd58e Border Color

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

This div border color is #7cd58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd58e


Comments

No comments written yet.

Please login to write comment.