Color Hex Logo

#729d8f Color Hex

#729D8F
(114,157,143)
0 Favorites   0 Comments

Color spaces of #729d8f

RGB 114157143
HSL0.450.180.53
HSV160°27°62°
CMYK 0.270.000.09   0.38
XYZ23.954329.674530.4518
Yxy29.67450.28490.3529
Hunter Lab54.4743-16.83724.9882
CIE-Lab61.3724-17.67272.6087

#729d8f color RGB value is (114,157,143).

#729d8f hex color red value is 114, green value is 157 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #729d8f hue: 0.45 , saturation: 0.18 and the lightness value of 729d8f is 0.53.

The process color (four color CMYK) of #729d8f color hex is 0.27, 0.00, 0.09, 0.38. Web safe color of #729d8f is #669999. Color #729d8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011101 10001111
Octal 162 235 217
Decimal 114 157 143
Hex 72 9D 8F

RGB Percentages of Color #729d8f

%27.54
%37.92
%34.54

CMYK Percentages of Color #729d8f

%27
%0
%9
%38

Triadic Colors of #729d8f

#729d8f #8f729d #9d8f72

Analogous Colors of #729d8f

#729d8f #72969d #729d7a

Monochromatic Colors of #729d8f

#729d8f

Complementary Color

#729d8f #9d7280

#729d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#729d8f Color CSS Codes

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

#729d8f Text Font Color

<p style="color:#729d8f">Text here</p>

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


#729d8f Background Color

<div style="background-color:#729d8f">
Div content here</div>

This div background color is #729d8f


#729d8f Border Color

<div style="border:3px solid #729d8f">
Div here</div>

This div border color is #729d8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,157,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729d8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729d8f;
  -webkit-box-shadow: 1px 1px 3px 2px #729d8f;
  box-shadow:         1px 1px 3px 2px #729d8f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729d8f


Comments

No comments written yet.

Please login to write comment.