Color Hex Logo

#7dac63 Color Hex

#7DAC63
(125,172,99)
0 Favorites   0 Comments

Color spaces of #7dac63

RGB 12517299
HSL0.270.310.53
HSV99°42°67°
CMYK 0.270.000.42   0.33
XYZ25.462134.765917.1729
Yxy34.76590.32900.4492
Hunter Lab58.9626-26.102124.0056
CIE-Lab65.5660-29.256632.5728

#7dac63 color RGB value is (125,172,99).

#7dac63 hex color red value is 125, green value is 172 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #7dac63 hue: 0.27 , saturation: 0.31 and the lightness value of 7dac63 is 0.53.

The process color (four color CMYK) of #7dac63 color hex is 0.27, 0.00, 0.42, 0.33. Web safe color of #7dac63 is #669966. Color #7dac63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 01100011
Octal 175 254 143
Decimal 125 172 99
Hex 7D AC 63

RGB Percentages of Color #7dac63

%31.57
%43.43
%25.00

CMYK Percentages of Color #7dac63

%27
%0
%42
%33

Triadic Colors of #7dac63

#7dac63 #637dac #ac637d

Analogous Colors of #7dac63

#7dac63 #63ac6e #a2ac63

Monochromatic Colors of #7dac63

#7dac63

Complementary Color

#7dac63 #9263ac

#7dac63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dac63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dac63 Color CSS Codes

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

#7dac63 Text Font Color

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

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


#7dac63 Background Color

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

This div background color is #7dac63


#7dac63 Border Color

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

This div border color is #7dac63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dac63


Comments

No comments written yet.

Please login to write comment.