Color Hex Logo

#71b09d Color Hex

#71B09D
(113,176,157)
0 Favorites   0 Comments

Color spaces of #71b09d

RGB 113176157
HSL0.450.290.57
HSV162°36°69°
CMYK 0.360.000.11   0.31
XYZ28.421236.995737.5412
Yxy36.99570.27600.3593
Hunter Lab60.8241-23.03475.9825
CIE-Lab67.2738-24.58623.3331

#71b09d color RGB value is (113,176,157).

#71b09d hex color red value is 113, green value is 176 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #71b09d hue: 0.45 , saturation: 0.29 and the lightness value of 71b09d is 0.57.

The process color (four color CMYK) of #71b09d color hex is 0.36, 0.00, 0.11, 0.31. Web safe color of #71b09d is #669999. Color #71b09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110000 10011101
Octal 161 260 235
Decimal 113 176 157
Hex 71 B0 9D

RGB Percentages of Color #71b09d

%25.34
%39.46
%35.20

CMYK Percentages of Color #71b09d

%36
%0
%11
%31

Triadic Colors of #71b09d

#71b09d #9d71b0 #b09d71

Analogous Colors of #71b09d

#71b09d #71a4b0 #71b07e

Monochromatic Colors of #71b09d

#71b09d

Complementary Color

#71b09d #b07184

#71b09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b09d Color CSS Codes

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

#71b09d Text Font Color

<p style="color:#71b09d">Text here</p>

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


#71b09d Background Color

<div style="background-color:#71b09d">
Div content here</div>

This div background color is #71b09d


#71b09d Border Color

<div style="border:3px solid #71b09d">
Div here</div>

This div border color is #71b09d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,176,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71b09d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71b09d;
  -webkit-box-shadow: 1px 1px 3px 2px #71b09d;
  box-shadow:         1px 1px 3px 2px #71b09d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b09d


Comments

No comments written yet.

Please login to write comment.