Color Hex Logo

#71a59a Color Hex

#71A59A
(113,165,154)
0 Favorites   0 Comments

Color spaces of #71a59a

RGB 113165154
HSL0.460.220.55
HSV167°32°65°
CMYK 0.320.000.07   0.35
XYZ26.097932.754135.5185
Yxy32.75410.27650.3471
Hunter Lab57.2312-18.75713.2656
CIE-Lab63.9613-19.67900.1873

#71a59a color RGB value is (113,165,154).

#71a59a hex color red value is 113, green value is 165 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71a59a hue: 0.46 , saturation: 0.22 and the lightness value of 71a59a is 0.55.

The process color (four color CMYK) of #71a59a color hex is 0.32, 0.00, 0.07, 0.35. Web safe color of #71a59a is #669999. Color #71a59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100101 10011010
Octal 161 245 232
Decimal 113 165 154
Hex 71 A5 9A

RGB Percentages of Color #71a59a

%26.16
%38.19
%35.65

CMYK Percentages of Color #71a59a

%32
%0
%7
%35

Triadic Colors of #71a59a

#71a59a #9a71a5 #a59a71

Analogous Colors of #71a59a

#71a59a #7196a5 #71a580

Monochromatic Colors of #71a59a

#71a59a

Complementary Color

#71a59a #a5717c

#71a59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a59a Color CSS Codes

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

#71a59a Text Font Color

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

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


#71a59a Background Color

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

This div background color is #71a59a


#71a59a Border Color

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

This div border color is #71a59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a59a


Comments

No comments written yet.

Please login to write comment.