Color Hex Logo

#7dac3b Color Hex

#7DAC3B
(125,172,59)
0 Favorites   0 Comments

Color spaces of #7dac3b

RGB 12517259
HSL0.240.490.45
HSV85°66°67°
CMYK 0.270.000.66   0.33
XYZ23.999434.18089.4703
Yxy34.18080.35480.5053
Hunter Lab58.4643-29.039031.3210
CIE-Lab65.1058-33.567251.2245

#7dac3b color RGB value is (125,172,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 00111011
Octal 175 254 73
Decimal 125 172 59
Hex 7D AC 3B

RGB Percentages of Color #7dac3b

%35.11
%48.31
%16.57

CMYK Percentages of Color #7dac3b

%27
%0
%66
%33

Triadic Colors of #7dac3b

#7dac3b #3b7dac #ac3b7d

Analogous Colors of #7dac3b

#7dac3b #44ac3b #aca33b

Monochromatic Colors of #7dac3b

#7dac3b

Complementary Color

#7dac3b #6a3bac

#7dac3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dac3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dac3b Color CSS Codes

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

#7dac3b Text Font Color

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

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


#7dac3b Background Color

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

This div background color is #7dac3b


#7dac3b Border Color

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

This div border color is #7dac3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dac3b


Comments

No comments written yet.

Please login to write comment.