Color Hex Logo

#72ad8d Color Hex

#72AD8D
(114,173,141)
0 Favorites   0 Comments

Color spaces of #72ad8d

RGB 114173141
HSL0.410.260.56
HSV147°34°68°
CMYK 0.340.000.18   0.32
XYZ26.690735.387630.6231
Yxy35.38760.28790.3817
Hunter Lab59.4875-24.014111.1198
CIE-Lab66.0493-26.236910.4276

#72ad8d color RGB value is (114,173,141).

#72ad8d hex color red value is 114, green value is 173 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #72ad8d hue: 0.41 , saturation: 0.26 and the lightness value of 72ad8d is 0.56.

The process color (four color CMYK) of #72ad8d color hex is 0.34, 0.00, 0.18, 0.32. Web safe color of #72ad8d is #669999. Color #72ad8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 10001101
Octal 162 255 215
Decimal 114 173 141
Hex 72 AD 8D

RGB Percentages of Color #72ad8d

%26.64
%40.42
%32.94

CMYK Percentages of Color #72ad8d

%34
%0
%18
%32

Triadic Colors of #72ad8d

#72ad8d #8d72ad #ad8d72

Analogous Colors of #72ad8d

#72ad8d #72adab #75ad72

Monochromatic Colors of #72ad8d

#72ad8d

Complementary Color

#72ad8d #ad7292

#72ad8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ad8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ad8d Color CSS Codes

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

#72ad8d Text Font Color

<p style="color:#72ad8d">Text here</p>

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


#72ad8d Background Color

<div style="background-color:#72ad8d">
Div content here</div>

This div background color is #72ad8d


#72ad8d Border Color

<div style="border:3px solid #72ad8d">
Div here</div>

This div border color is #72ad8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,173,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72ad8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72ad8d;
  -webkit-box-shadow: 1px 1px 3px 2px #72ad8d;
  box-shadow:         1px 1px 3px 2px #72ad8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,173,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 #72ad8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ad8d


Comments

No comments written yet.

Please login to write comment.