Color Hex Logo

#7de58d Color Hex

#7DE58D
(125,229,141)
0 Favorites   0 Comments

Color spaces of #7de58d

RGB 125229141
HSL0.360.670.69
HSV129°45°90°
CMYK 0.450.000.38   0.10
XYZ41.284562.321735.0527
Yxy62.32170.29770.4495
Hunter Lab78.9441-44.804028.9350
CIE-Lab83.0842-48.424133.7623

#7de58d color RGB value is (125,229,141).

#7de58d hex color red value is 125, green value is 229 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7de58d hue: 0.36 , saturation: 0.67 and the lightness value of 7de58d is 0.69.

The process color (four color CMYK) of #7de58d color hex is 0.45, 0.00, 0.38, 0.10. Web safe color of #7de58d is #66cc99. Color #7de58d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100101 10001101
Octal 175 345 215
Decimal 125 229 141
Hex 7D E5 8D

RGB Percentages of Color #7de58d

%25.25
%46.26
%28.48

CMYK Percentages of Color #7de58d

%45
%0
%38
%10

Triadic Colors of #7de58d

#7de58d #8d7de5 #e58d7d

Analogous Colors of #7de58d

#7de58d #7de5c1 #a1e57d

Monochromatic Colors of #7de58d

#7de58d

Complementary Color

#7de58d #e57dd5

#7de58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de58d Color CSS Codes

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

#7de58d Text Font Color

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

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


#7de58d Background Color

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

This div background color is #7de58d


#7de58d Border Color

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

This div border color is #7de58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de58d


Comments

No comments written yet.

Please login to write comment.