Color Hex Logo

#71ab9a Color Hex

#71AB9A
(113,171,154)
0 Favorites   0 Comments

Color spaces of #71ab9a

RGB 113171154
HSL0.450.260.56
HSV162°34°67°
CMYK 0.340.000.10   0.33
XYZ27.205734.969635.8878
Yxy34.96960.27740.3566
Hunter Lab59.1351-21.36575.4128
CIE-Lab65.7250-22.74642.7526

#71ab9a color RGB value is (113,171,154).

#71ab9a hex color red value is 113, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71ab9a hue: 0.45 , saturation: 0.26 and the lightness value of 71ab9a is 0.56.

The process color (four color CMYK) of #71ab9a color hex is 0.34, 0.00, 0.10, 0.33. Web safe color of #71ab9a is #669999. Color #71ab9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 10011010
Octal 161 253 232
Decimal 113 171 154
Hex 71 AB 9A

RGB Percentages of Color #71ab9a

%25.80
%39.04
%35.16

CMYK Percentages of Color #71ab9a

%34
%0
%10
%33

Triadic Colors of #71ab9a

#71ab9a #9a71ab #ab9a71

Analogous Colors of #71ab9a

#71ab9a #719fab #71ab7d

Monochromatic Colors of #71ab9a

#71ab9a

Complementary Color

#71ab9a #ab7182

#71ab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ab9a Color CSS Codes

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

#71ab9a Text Font Color

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

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


#71ab9a Background Color

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

This div background color is #71ab9a


#71ab9a Border Color

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

This div border color is #71ab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ab9a


Comments

No comments written yet.

Please login to write comment.