Color Hex Logo

#71bcaa Color Hex

#71BCAA
(113,188,170)
0 Favorites   0 Comments

Color spaces of #71bcaa

RGB 113188170
HSL0.460.360.59
HSV166°40°74°
CMYK 0.400.000.10   0.26
XYZ32.049042.379444.5211
Yxy42.37940.26940.3563
Hunter Lab65.0995-26.04705.0216
CIE-Lab71.1317-27.55481.7822

#71bcaa color RGB value is (113,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111100 10101010
Octal 161 274 252
Decimal 113 188 170
Hex 71 BC AA

RGB Percentages of Color #71bcaa

%23.99
%39.92
%36.09

CMYK Percentages of Color #71bcaa

%40
%0
%10
%26

Triadic Colors of #71bcaa

#71bcaa #aa71bc #bcaa71

Analogous Colors of #71bcaa

#71bcaa #71a9bc #71bc85

Monochromatic Colors of #71bcaa

#71bcaa

Complementary Color

#71bcaa #bc7183

#71bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bcaa Color CSS Codes

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

#71bcaa Text Font Color

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

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


#71bcaa Background Color

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

This div background color is #71bcaa


#71bcaa Border Color

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

This div border color is #71bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bcaa


Comments

No comments written yet.

Please login to write comment.