Color Hex Logo

#71ecaa Color Hex

#71ECAA
(113,236,170)
0 Favorites   0 Comments

Color spaces of #71ecaa

RGB 113236170
HSL0.410.760.68
HSV148°52°93°
CMYK 0.520.000.28   0.07
XYZ44.061266.403948.5252
Yxy66.40390.27710.4177
Hunter Lab81.4886-46.089421.7357
CIE-Lab85.2020-49.246821.7182

#71ecaa color RGB value is (113,236,170).

#71ecaa hex color red value is 113, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #71ecaa hue: 0.41 , saturation: 0.76 and the lightness value of 71ecaa is 0.68.

The process color (four color CMYK) of #71ecaa color hex is 0.52, 0.00, 0.28, 0.07. Web safe color of #71ecaa is #66ff99. Color #71ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101100 10101010
Octal 161 354 252
Decimal 113 236 170
Hex 71 EC AA

RGB Percentages of Color #71ecaa

%21.77
%45.47
%32.76

CMYK Percentages of Color #71ecaa

%52
%0
%28
%7

Triadic Colors of #71ecaa

#71ecaa #aa71ec #ecaa71

Analogous Colors of #71ecaa

#71ecaa #71ece8 #76ec71

Monochromatic Colors of #71ecaa

#71ecaa

Complementary Color

#71ecaa #ec71b3

#71ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ecaa Color CSS Codes

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

#71ecaa Text Font Color

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

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


#71ecaa Background Color

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

This div background color is #71ecaa


#71ecaa Border Color

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

This div border color is #71ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ecaa


Comments

No comments written yet.

Please login to write comment.