Color Hex Logo

#719b91 Color Hex

#719B91
(113,155,145)
0 Favorites   0 Comments

Color spaces of #719b91

RGB 113155145
HSL0.460.170.53
HSV166°27°61°
CMYK 0.270.000.06   0.39
XYZ23.642228.997731.1391
Yxy28.99770.28220.3461
Hunter Lab53.8495-15.86763.4095
CIE-Lab60.7796-16.49540.6100

#719b91 color RGB value is (113,155,145).

#719b91 hex color red value is 113, green value is 155 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #719b91 hue: 0.46 , saturation: 0.17 and the lightness value of 719b91 is 0.53.

The process color (four color CMYK) of #719b91 color hex is 0.27, 0.00, 0.06, 0.39. Web safe color of #719b91 is #669999. Color #719b91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 10010001
Octal 161 233 221
Decimal 113 155 145
Hex 71 9B 91

RGB Percentages of Color #719b91

%27.36
%37.53
%35.11

CMYK Percentages of Color #719b91

%27
%0
%6
%39

Triadic Colors of #719b91

#719b91 #91719b #9b9171

Analogous Colors of #719b91

#719b91 #71909b #719b7c

Monochromatic Colors of #719b91

#719b91

Complementary Color

#719b91 #9b717b

#719b91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719b91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719b91 Color CSS Codes

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

#719b91 Text Font Color

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

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


#719b91 Background Color

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

This div background color is #719b91


#719b91 Border Color

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

This div border color is #719b91


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,155,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719b91


Comments

No comments written yet.

Please login to write comment.