Color Hex Logo

#7da39d Color Hex

#7DA39D
(125,163,157)
0 Favorites   0 Comments

Color spaces of #7da39d

RGB 125163157
HSL0.470.170.56
HSV171°23°64°
CMYK 0.230.000.04   0.36
XYZ27.640432.988736.8089
Yxy32.98870.28370.3386
Hunter Lab57.4358-14.61132.2078
CIE-Lab64.1518-14.2194-1.1318

#7da39d color RGB value is (125,163,157).

#7da39d hex color red value is 125, green value is 163 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7da39d hue: 0.47 , saturation: 0.17 and the lightness value of 7da39d is 0.56.

The process color (four color CMYK) of #7da39d color hex is 0.23, 0.00, 0.04, 0.36. Web safe color of #7da39d is #669999. Color #7da39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100011 10011101
Octal 175 243 235
Decimal 125 163 157
Hex 7D A3 9D

RGB Percentages of Color #7da39d

%28.09
%36.63
%35.28

CMYK Percentages of Color #7da39d

%23
%0
%4
%36

Triadic Colors of #7da39d

#7da39d #9d7da3 #a39d7d

Analogous Colors of #7da39d

#7da39d #7d96a3 #7da38a

Monochromatic Colors of #7da39d

#7da39d

Complementary Color

#7da39d #a37d83

#7da39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da39d Color CSS Codes

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

#7da39d Text Font Color

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

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


#7da39d Background Color

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

This div background color is #7da39d


#7da39d Border Color

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

This div border color is #7da39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da39d


Comments

No comments written yet.

Please login to write comment.