Color Hex Logo

#71bbaa Color Hex

#71BBAA
(113,187,170)
0 Favorites   0 Comments

Color spaces of #71bbaa

RGB 113187170
HSL0.460.350.59
HSV166°40°73°
CMYK 0.400.000.09   0.27
XYZ31.836141.953644.4501
Yxy41.95360.26930.3548
Hunter Lab64.7716-25.61524.6518
CIE-Lab70.8389-27.06511.3563

#71bbaa color RGB value is (113,187,170).

#71bbaa hex color red value is 113, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #71bbaa hue: 0.46 , saturation: 0.35 and the lightness value of 71bbaa is 0.59.

The process color (four color CMYK) of #71bbaa color hex is 0.40, 0.00, 0.09, 0.27. Web safe color of #71bbaa is #66cc99. Color #71bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111011 10101010
Octal 161 273 252
Decimal 113 187 170
Hex 71 BB AA

RGB Percentages of Color #71bbaa

%24.04
%39.79
%36.17

CMYK Percentages of Color #71bbaa

%40
%0
%9
%27

Triadic Colors of #71bbaa

#71bbaa #aa71bb #bbaa71

Analogous Colors of #71bbaa

#71bbaa #71a7bb #71bb85

Monochromatic Colors of #71bbaa

#71bbaa

Complementary Color

#71bbaa #bb7182

#71bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bbaa Color CSS Codes

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

#71bbaa Text Font Color

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

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


#71bbaa Background Color

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

This div background color is #71bbaa


#71bbaa Border Color

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

This div border color is #71bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bbaa


Comments

No comments written yet.

Please login to write comment.