Color Hex Logo

#7da56d Color Hex

#7DA56D
(125,165,109)
0 Favorites   0 Comments

Color spaces of #7da56d

RGB 125165109
HSL0.290.240.54
HSV103°34°65°
CMYK 0.240.000.34   0.35
XYZ24.672932.374419.4165
Yxy32.37440.32270.4234
Hunter Lab56.8985-22.169419.5964
CIE-Lab63.6511-24.367924.7567

#7da56d color RGB value is (125,165,109).

#7da56d hex color red value is 125, green value is 165 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7da56d hue: 0.29 , saturation: 0.24 and the lightness value of 7da56d is 0.54.

The process color (four color CMYK) of #7da56d color hex is 0.24, 0.00, 0.34, 0.35. Web safe color of #7da56d is #669966. Color #7da56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100101 01101101
Octal 175 245 155
Decimal 125 165 109
Hex 7D A5 6D

RGB Percentages of Color #7da56d

%31.33
%41.35
%27.32

CMYK Percentages of Color #7da56d

%24
%0
%34
%35

Triadic Colors of #7da56d

#7da56d #6d7da5 #a56d7d

Analogous Colors of #7da56d

#7da56d #6da579 #99a56d

Monochromatic Colors of #7da56d

#7da56d

Complementary Color

#7da56d #956da5

#7da56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da56d Color CSS Codes

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

#7da56d Text Font Color

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

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


#7da56d Background Color

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

This div background color is #7da56d


#7da56d Border Color

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

This div border color is #7da56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da56d


Comments

No comments written yet.

Please login to write comment.