Color Hex Logo

#7dab62 Color Hex

#7DAB62
(125,171,98)
0 Favorites   0 Comments

Color spaces of #7dab62

RGB 12517198
HSL0.270.300.53
HSV98°43°67°
CMYK 0.270.000.43   0.33
XYZ25.225034.367616.8594
Yxy34.36760.32990.4495
Hunter Lab58.6239-25.785923.9858
CIE-Lab65.2533-28.912432.6953

#7dab62 color RGB value is (125,171,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101011 01100010
Octal 175 253 142
Decimal 125 171 98
Hex 7D AB 62

RGB Percentages of Color #7dab62

%31.73
%43.40
%24.87

CMYK Percentages of Color #7dab62

%27
%0
%43
%33

Triadic Colors of #7dab62

#7dab62 #627dab #ab627d

Analogous Colors of #7dab62

#7dab62 #62ab6c #a2ab62

Monochromatic Colors of #7dab62

#7dab62

Complementary Color

#7dab62 #9062ab

#7dab62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dab62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dab62 Color CSS Codes

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

#7dab62 Text Font Color

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

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


#7dab62 Background Color

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

This div background color is #7dab62


#7dab62 Border Color

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

This div border color is #7dab62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dab62


Comments

No comments written yet.

Please login to write comment.