Color Hex Logo

#7da51f Color Hex

#7DA51F
(125,165,31)
0 Favorites   0 Comments

Color spaces of #7da51f

RGB 12516531
HSL0.220.680.38
HSV78°81°65°
CMYK 0.240.000.81   0.35
XYZ22.159931.36926.1832
Yxy31.36920.37110.5253
Hunter Lab56.0082-27.390132.6602
CIE-Lab62.8181-31.996059.0189

#7da51f color RGB value is (125,165,31).

#7da51f hex color red value is 125, green value is 165 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7da51f hue: 0.22 , saturation: 0.68 and the lightness value of 7da51f is 0.38.

The process color (four color CMYK) of #7da51f color hex is 0.24, 0.00, 0.81, 0.35. Web safe color of #7da51f is #669933. Color #7da51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100101 00011111
Octal 175 245 37
Decimal 125 165 31
Hex 7D A5 1F

RGB Percentages of Color #7da51f

%38.94
%51.40
%9.66

CMYK Percentages of Color #7da51f

%24
%0
%81
%35

Triadic Colors of #7da51f

#7da51f #1f7da5 #a51f7d

Analogous Colors of #7da51f

#7da51f #3aa51f #a58a1f

Monochromatic Colors of #7da51f

#7da51f

Complementary Color

#7da51f #471fa5

#7da51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da51f Color CSS Codes

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

#7da51f Text Font Color

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

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


#7da51f Background Color

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

This div background color is #7da51f


#7da51f Border Color

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

This div border color is #7da51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da51f


Comments

No comments written yet.

Please login to write comment.