Color Hex Logo

#7dad49 Color Hex

#7DAD49
(125,173,73)
0 Favorites   0 Comments

Color spaces of #7dad49

RGB 12517373
HSL0.250.410.48
HSV89°58°68°
CMYK 0.280.000.58   0.32
XYZ24.603634.728211.7098
Yxy34.72820.34630.4888
Hunter Lab58.9306-28.604729.4702
CIE-Lab65.5365-32.793545.4701

#7dad49 color RGB value is (125,173,73).

#7dad49 hex color red value is 125, green value is 173 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #7dad49 hue: 0.25 , saturation: 0.41 and the lightness value of 7dad49 is 0.48.

The process color (four color CMYK) of #7dad49 color hex is 0.28, 0.00, 0.58, 0.32. Web safe color of #7dad49 is #669933. Color #7dad49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 01001001
Octal 175 255 111
Decimal 125 173 73
Hex 7D AD 49

RGB Percentages of Color #7dad49

%33.69
%46.63
%19.68

CMYK Percentages of Color #7dad49

%28
%0
%58
%32

Triadic Colors of #7dad49

#7dad49 #497dad #ad497d

Analogous Colors of #7dad49

#7dad49 #4bad49 #adab49

Monochromatic Colors of #7dad49

#7dad49

Complementary Color

#7dad49 #7949ad

#7dad49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dad49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dad49 Color CSS Codes

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

#7dad49 Text Font Color

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

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


#7dad49 Background Color

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

This div background color is #7dad49


#7dad49 Border Color

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

This div border color is #7dad49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dad49


Comments

No comments written yet.

Please login to write comment.