Color Hex Logo

#7db970 Color Hex

#7DB970
(125,185,112)
0 Favorites   0 Comments

Color spaces of #7db970

RGB 125185112
HSL0.300.340.58
HSV109°39°73°
CMYK 0.320.000.39   0.27
XYZ28.731040.227721.5797
Yxy40.22770.31730.4443
Hunter Lab63.4253-30.135724.2250
CIE-Lab69.6314-33.537831.0332

#7db970 color RGB value is (125,185,112).

#7db970 hex color red value is 125, green value is 185 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7db970 hue: 0.30 , saturation: 0.34 and the lightness value of 7db970 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 01110000
Octal 175 271 160
Decimal 125 185 112
Hex 7D B9 70

RGB Percentages of Color #7db970

%29.62
%43.84
%26.54

CMYK Percentages of Color #7db970

%32
%0
%39
%27

Triadic Colors of #7db970

#7db970 #707db9 #b9707d

Analogous Colors of #7db970

#7db970 #70b988 #a2b970

Monochromatic Colors of #7db970

#7db970

Complementary Color

#7db970 #ac70b9

#7db970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db970 Color CSS Codes

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

#7db970 Text Font Color

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

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


#7db970 Background Color

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

This div background color is #7db970


#7db970 Border Color

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

This div border color is #7db970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db970


Comments

No comments written yet.

Please login to write comment.