Color Hex Logo

#7da62a Color Hex

#7DA62A
(125,166,42)
0 Favorites   0 Comments

Color spaces of #7da62a

RGB 12516642
HSL0.220.600.41
HSV80°75°65°
CMYK 0.250.000.75   0.35
XYZ22.511631.79967.1419
Yxy31.79960.36630.5175
Hunter Lab56.3911-27.426531.9648
CIE-Lab63.1769-31.923255.8538

#7da62a color RGB value is (125,166,42).

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

The process color (four color CMYK) of #7da62a color hex is 0.25, 0.00, 0.75, 0.35. Web safe color of #7da62a is #669933. Color #7da62a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100110 00101010
Octal 175 246 52
Decimal 125 166 42
Hex 7D A6 2A

RGB Percentages of Color #7da62a

%37.54
%49.85
%12.61

CMYK Percentages of Color #7da62a

%25
%0
%75
%35

Triadic Colors of #7da62a

#7da62a #2a7da6 #a62a7d

Analogous Colors of #7da62a

#7da62a #3fa62a #a6912a

Monochromatic Colors of #7da62a

#7da62a

Complementary Color

#7da62a #532aa6

#7da62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da62a Color CSS Codes

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

#7da62a Text Font Color

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

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


#7da62a Background Color

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

This div background color is #7da62a


#7da62a Border Color

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

This div border color is #7da62a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,166,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 #7da62a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da62a


Comments

No comments written yet.

Please login to write comment.