Color Hex Logo

#7dab29 Color Hex

#7DAB29
(125,171,41)
0 Favorites   0 Comments

Color spaces of #7dab29

RGB 12517141
HSL0.230.610.42
HSV81°76°67°
CMYK 0.270.000.76   0.33
XYZ23.420633.64597.3577
Yxy33.64590.36350.5223
Hunter Lab58.0051-29.436333.0829
CIE-Lab64.6805-34.295357.6419

#7dab29 color RGB value is (125,171,41).

#7dab29 hex color red value is 125, green value is 171 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7dab29 hue: 0.23 , saturation: 0.61 and the lightness value of 7dab29 is 0.42.

The process color (four color CMYK) of #7dab29 color hex is 0.27, 0.00, 0.76, 0.33. Web safe color of #7dab29 is #669933. Color #7dab29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101011 00101001
Octal 175 253 51
Decimal 125 171 41
Hex 7D AB 29

RGB Percentages of Color #7dab29

%37.09
%50.74
%12.17

CMYK Percentages of Color #7dab29

%27
%0
%76
%33

Triadic Colors of #7dab29

#7dab29 #297dab #ab297d

Analogous Colors of #7dab29

#7dab29 #3cab29 #ab9829

Monochromatic Colors of #7dab29

#7dab29

Complementary Color

#7dab29 #5729ab

#7dab29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dab29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dab29 Color CSS Codes

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

#7dab29 Text Font Color

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

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


#7dab29 Background Color

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

This div background color is #7dab29


#7dab29 Border Color

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

This div border color is #7dab29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dab29


Comments

No comments written yet.

Please login to write comment.