Color Hex Logo

#7dba2f Color Hex

#7DBA2F
(125,186,47)
0 Favorites   0 Comments

Color spaces of #7dba2f

RGB 12518647
HSL0.240.600.46
HSV86°75°73°
CMYK 0.330.000.75   0.27
XYZ26.529439.68308.9507
Yxy39.68300.35300.5280
Hunter Lab62.9944-35.067035.6718
CIE-Lab69.2431-40.664360.0091

#7dba2f color RGB value is (125,186,47).

#7dba2f hex color red value is 125, green value is 186 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7dba2f hue: 0.24 , saturation: 0.60 and the lightness value of 7dba2f is 0.46.

The process color (four color CMYK) of #7dba2f color hex is 0.33, 0.00, 0.75, 0.27. Web safe color of #7dba2f is #66cc33. Color #7dba2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 00101111
Octal 175 272 57
Decimal 125 186 47
Hex 7D BA 2F

RGB Percentages of Color #7dba2f

%34.92
%51.96
%13.13

CMYK Percentages of Color #7dba2f

%33
%0
%75
%27

Triadic Colors of #7dba2f

#7dba2f #2f7dba #ba2f7d

Analogous Colors of #7dba2f

#7dba2f #38ba2f #bab22f

Monochromatic Colors of #7dba2f

#7dba2f

Complementary Color

#7dba2f #6c2fba

#7dba2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dba2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dba2f Color CSS Codes

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

#7dba2f Text Font Color

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

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


#7dba2f Background Color

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

This div background color is #7dba2f


#7dba2f Border Color

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

This div border color is #7dba2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dba2f


Comments

No comments written yet.

Please login to write comment.