Color Hex Logo

#7da82a Color Hex

#7DA82A
(125,168,42)
0 Favorites   0 Comments

Color spaces of #7da82a

RGB 12516842
HSL0.220.600.41
HSV80°75°66°
CMYK 0.260.000.75   0.34
XYZ22.878032.53247.2641
Yxy32.53240.36500.5191
Hunter Lab57.0372-28.217532.3750
CIE-Lab63.7805-32.855556.4371

#7da82a color RGB value is (125,168,42).

#7da82a hex color red value is 125, green value is 168 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7da82a hue: 0.22 , saturation: 0.60 and the lightness value of 7da82a is 0.41.

The process color (four color CMYK) of #7da82a color hex is 0.26, 0.00, 0.75, 0.34. Web safe color of #7da82a is #669933. Color #7da82a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101000 00101010
Octal 175 250 52
Decimal 125 168 42
Hex 7D A8 2A

RGB Percentages of Color #7da82a

%37.31
%50.15
%12.54

CMYK Percentages of Color #7da82a

%26
%0
%75
%34

Triadic Colors of #7da82a

#7da82a #2a7da8 #a82a7d

Analogous Colors of #7da82a

#7da82a #3ea82a #a8942a

Monochromatic Colors of #7da82a

#7da82a

Complementary Color

#7da82a #552aa8

#7da82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da82a Color CSS Codes

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

#7da82a Text Font Color

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

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


#7da82a Background Color

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

This div background color is #7da82a


#7da82a Border Color

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

This div border color is #7da82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da82a


Comments

No comments written yet.

Please login to write comment.