color codes Logo

#7da521 color codes

#7DA521
(125,165,33)
0 Favorites   0 Comments

Color spaces of #7da521

RGB 12516533
HSL0.220.670.39
HSV78°80°65°
CMYK 0.240.000.80   0.35
XYZ22.187131.38006.3264
Yxy31.38000.37040.5239
Hunter Lab56.0179-27.332432.5166
CIE-Lab62.8271-31.909158.4456

#7da521 color RGB value is (125,165,33).

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

The process color (four color CMYK) of #7da521 color code is 0.24, 0.00, 0.80, 0.35. Web safe color of #7da521 is #669933. Color #7da521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100101 00100001
Octal 175 245 41
Decimal 125 165 33
Hex 7D A5 21

RGB Percentages of Color #7da521

%38.70
%51.08
%10.22

CMYK Percentages of Color #7da521

%24
%0
%80
%35

Triadic Colors of #7da521

#7da521 #217da5 #a5217d

Analogous Colors of #7da521

#7da521 #3ba521 #a58b21

Monochromatic Colors of #7da521

#7da521

Complementary Color

#7da521 #4921a5

#7da521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da521 Color CSS Codes

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

#7da521 Text Font Color

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

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


#7da521 Background Color

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

This div background color is #7da521


#7da521 Border Color

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

This div border color is #7da521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da521


Comments

No comments written yet.

Please login to write comment.