Color Hex Logo

#7dba7d Color Hex

#7DBA7D
(125,186,125)
0 Favorites   0 Comments

Color spaces of #7dba7d

RGB 125186125
HSL0.330.310.61
HSV120°33°73°
CMYK 0.330.000.33   0.27
XYZ29.718040.958525.7415
Yxy40.95850.30820.4248
Hunter Lab63.9988-29.111120.9517
CIE-Lab70.1468-31.960224.8618

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

#7dba7d hex color red value is 125, green value is 186 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7dba7d hue: 0.33 , saturation: 0.31 and the lightness value of 7dba7d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 01111101
Octal 175 272 175
Decimal 125 186 125
Hex 7D BA 7D

RGB Percentages of Color #7dba7d

%28.67
%42.66
%28.67

CMYK Percentages of Color #7dba7d

%33
%0
%33
%27

Triadic Colors of #7dba7d

#7dba7d #7d7dba #ba7d7d

Analogous Colors of #7dba7d

#7dba7d #7dba9c #9cba7d

Monochromatic Colors of #7dba7d

#7dba7d

Complementary Color

#7dba7d #ba7dba

#7dba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dba7d Color CSS Codes

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

#7dba7d Text Font Color

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

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


#7dba7d Background Color

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

This div background color is #7dba7d


#7dba7d Border Color

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

This div border color is #7dba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dba7d


Comments

No comments written yet.

Please login to write comment.