Color Hex Logo

#719c8d Color Hex

#719C8D
(113,156,141)
0 Favorites   0 Comments

Color spaces of #719c8d

RGB 113156141
HSL0.440.180.53
HSV159°28°61°
CMYK 0.280.000.10   0.39
XYZ23.506229.210729.5986
Yxy29.21070.28560.3549
Hunter Lab54.0469-16.94855.3629
CIE-Lab60.9671-17.90793.1431

#719c8d color RGB value is (113,156,141).

#719c8d hex color red value is 113, green value is 156 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #719c8d hue: 0.44 , saturation: 0.18 and the lightness value of 719c8d is 0.53.

The process color (four color CMYK) of #719c8d color hex is 0.28, 0.00, 0.10, 0.39. Web safe color of #719c8d is #669999. Color #719c8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 10001101
Octal 161 234 215
Decimal 113 156 141
Hex 71 9C 8D

RGB Percentages of Color #719c8d

%27.56
%38.05
%34.39

CMYK Percentages of Color #719c8d

%28
%0
%10
%39

Triadic Colors of #719c8d

#719c8d #8d719c #9c8d71

Analogous Colors of #719c8d

#719c8d #71969c #719c78

Monochromatic Colors of #719c8d

#719c8d

Complementary Color

#719c8d #9c7180

#719c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#719c8d Color CSS Codes

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

#719c8d Text Font Color

<p style="color:#719c8d">Text here</p>

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


#719c8d Background Color

<div style="background-color:#719c8d">
Div content here</div>

This div background color is #719c8d


#719c8d Border Color

<div style="border:3px solid #719c8d">
Div here</div>

This div border color is #719c8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,156,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719c8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719c8d;
  -webkit-box-shadow: 1px 1px 3px 2px #719c8d;
  box-shadow:         1px 1px 3px 2px #719c8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,156,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 #719c8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719c8d

#719c8d Color Palettes


Comments

No comments written yet.

Please login to write comment.