Color Hex Logo

#71ab8e Color Hex

#71AB8E
(113,171,142)
0 Favorites   0 Comments

Color spaces of #71ab8e

RGB 113171142
HSL0.420.260.56
HSV150°34°67°
CMYK 0.340.000.17   0.33
XYZ26.255434.589530.8838
Yxy34.58950.28620.3771
Hunter Lab58.8128-23.236010.0346
CIE-Lab65.4278-25.34778.9853

#71ab8e color RGB value is (113,171,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 10001110
Octal 161 253 216
Decimal 113 171 142
Hex 71 AB 8E

RGB Percentages of Color #71ab8e

%26.53
%40.14
%33.33

CMYK Percentages of Color #71ab8e

%34
%0
%17
%33

Triadic Colors of #71ab8e

#71ab8e #8e71ab #ab8e71

Analogous Colors of #71ab8e

#71ab8e #71abab #71ab71

Monochromatic Colors of #71ab8e

#71ab8e

Complementary Color

#71ab8e #ab718e

#71ab8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ab8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ab8e Color CSS Codes

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

#71ab8e Text Font Color

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

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


#71ab8e Background Color

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

This div background color is #71ab8e


#71ab8e Border Color

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

This div border color is #71ab8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ab8e

#71ab8e Color Palettes


Comments

No comments written yet.

Please login to write comment.