Color Hex Logo

#7dbb8d Color Hex

#7DBB8D
(125,187,141)
0 Favorites   0 Comments

Color spaces of #7dbb8d

RGB 125187141
HSL0.380.310.61
HSV135°33°73°
CMYK 0.330.000.25   0.27
XYZ31.035541.823731.6363
Yxy41.82370.29700.4002
Hunter Lab64.6712-27.513216.2660
CIE-Lab70.7492-29.613917.1013

#7dbb8d color RGB value is (125,187,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111011 10001101
Octal 175 273 215
Decimal 125 187 141
Hex 7D BB 8D

RGB Percentages of Color #7dbb8d

%27.59
%41.28
%31.13

CMYK Percentages of Color #7dbb8d

%33
%0
%25
%27

Triadic Colors of #7dbb8d

#7dbb8d #8d7dbb #bb8d7d

Analogous Colors of #7dbb8d

#7dbb8d #7dbbac #8cbb7d

Monochromatic Colors of #7dbb8d

#7dbb8d

Complementary Color

#7dbb8d #bb7dab

#7dbb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbb8d Color CSS Codes

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

#7dbb8d Text Font Color

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

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


#7dbb8d Background Color

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

This div background color is #7dbb8d


#7dbb8d Border Color

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

This div border color is #7dbb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbb8d


Comments

No comments written yet.

Please login to write comment.