Color Hex Logo

#7da432 Color Hex

#7DA432
(125,164,50)
0 Favorites   0 Comments

Color spaces of #7da432

RGB 12516450
HSL0.220.530.42
HSV81°70°64°
CMYK 0.240.000.70   0.36
XYZ22.308631.14127.8527
Yxy31.14120.36390.5080
Hunter Lab55.8043-26.299530.7198
CIE-Lab62.6266-30.484152.3134

#7da432 color RGB value is (125,164,50).

#7da432 hex color red value is 125, green value is 164 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #7da432 hue: 0.22 , saturation: 0.53 and the lightness value of 7da432 is 0.42.

The process color (four color CMYK) of #7da432 color hex is 0.24, 0.00, 0.70, 0.36. Web safe color of #7da432 is #669933. Color #7da432 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100100 00110010
Octal 175 244 62
Decimal 125 164 50
Hex 7D A4 32

RGB Percentages of Color #7da432

%36.87
%48.38
%14.75

CMYK Percentages of Color #7da432

%24
%0
%70
%36

Triadic Colors of #7da432

#7da432 #327da4 #a4327d

Analogous Colors of #7da432

#7da432 #44a432 #a49232

Monochromatic Colors of #7da432

#7da432

Complementary Color

#7da432 #5932a4

#7da432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da432 Color CSS Codes

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

#7da432 Text Font Color

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

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


#7da432 Background Color

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

This div background color is #7da432


#7da432 Border Color

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

This div border color is #7da432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da432


Comments

No comments written yet.

Please login to write comment.