Color Hex Logo

#7dac46 Color Hex

#7DAC46
(125,172,70)
0 Favorites   0 Comments

Color spaces of #7dac46

RGB 12517270
HSL0.240.420.47
HSV88°59°67°
CMYK 0.270.000.59   0.33
XYZ24.315534.307211.1347
Yxy34.30720.34860.4918
Hunter Lab58.5723-28.399829.7295
CIE-Lab65.2057-32.616246.4830

#7dac46 color RGB value is (125,172,70).

#7dac46 hex color red value is 125, green value is 172 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #7dac46 hue: 0.24 , saturation: 0.42 and the lightness value of 7dac46 is 0.47.

The process color (four color CMYK) of #7dac46 color hex is 0.27, 0.00, 0.59, 0.33. Web safe color of #7dac46 is #669933. Color #7dac46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 01000110
Octal 175 254 106
Decimal 125 172 70
Hex 7D AC 46

RGB Percentages of Color #7dac46

%34.06
%46.87
%19.07

CMYK Percentages of Color #7dac46

%27
%0
%59
%33

Triadic Colors of #7dac46

#7dac46 #467dac #ac467d

Analogous Colors of #7dac46

#7dac46 #4aac46 #aca846

Monochromatic Colors of #7dac46

#7dac46

Complementary Color

#7dac46 #7546ac

#7dac46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dac46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dac46 Color CSS Codes

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

#7dac46 Text Font Color

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

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


#7dac46 Background Color

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

This div background color is #7dac46


#7dac46 Border Color

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

This div border color is #7dac46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dac46


Comments

No comments written yet.

Please login to write comment.