Color Hex Logo

#7ddc71 Color Hex

#7DDC71
(125,220,113)
0 Favorites   0 Comments

Color spaces of #7ddc71

RGB 125220113
HSL0.310.600.65
HSV113°49°86°
CMYK 0.430.000.49   0.14
XYZ37.031356.738624.6227
Yxy56.73860.31280.4792
Hunter Lab75.3250-44.064633.3464
CIE-Lab80.0323-48.747043.7240

#7ddc71 color RGB value is (125,220,113).

#7ddc71 hex color red value is 125, green value is 220 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #7ddc71 hue: 0.31 , saturation: 0.60 and the lightness value of 7ddc71 is 0.65.

The process color (four color CMYK) of #7ddc71 color hex is 0.43, 0.00, 0.49, 0.14. Web safe color of #7ddc71 is #66cc66. Color #7ddc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 01110001
Octal 175 334 161
Decimal 125 220 113
Hex 7D DC 71

RGB Percentages of Color #7ddc71

%27.29
%48.03
%24.67

CMYK Percentages of Color #7ddc71

%43
%0
%49
%14

Triadic Colors of #7ddc71

#7ddc71 #717ddc #dc717d

Analogous Colors of #7ddc71

#7ddc71 #71dc9b #b3dc71

Monochromatic Colors of #7ddc71

#7ddc71

Complementary Color

#7ddc71 #d071dc

#7ddc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddc71 Color CSS Codes

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

#7ddc71 Text Font Color

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

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


#7ddc71 Background Color

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

This div background color is #7ddc71


#7ddc71 Border Color

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

This div border color is #7ddc71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,220,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddc71


Comments

No comments written yet.

Please login to write comment.