Color Hex Logo

#71fcaa Color Hex

#71FCAA
(113,252,170)
0 Favorites   0 Comments

Color spaces of #71fcaa

RGB 113252170
HSL0.400.960.72
HSV145°55°99°
CMYK 0.550.000.33   0.01
XYZ48.876276.033850.1302
Yxy76.03380.27920.4344
Hunter Lab87.1974-52.541926.9520
CIE-Lab89.8750-55.777528.1091

#71fcaa color RGB value is (113,252,170).

#71fcaa hex color red value is 113, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #71fcaa hue: 0.40 , saturation: 0.96 and the lightness value of 71fcaa is 0.72.

The process color (four color CMYK) of #71fcaa color hex is 0.55, 0.00, 0.33, 0.01. Web safe color of #71fcaa is #66ff99. Color #71fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 10101010
Octal 161 374 252
Decimal 113 252 170
Hex 71 FC AA

RGB Percentages of Color #71fcaa

%21.12
%47.10
%31.78

CMYK Percentages of Color #71fcaa

%55
%0
%33
%1

Triadic Colors of #71fcaa

#71fcaa #aa71fc #fcaa71

Analogous Colors of #71fcaa

#71fcaa #71fcf0 #7efc71

Monochromatic Colors of #71fcaa

#71fcaa

Complementary Color

#71fcaa #fc71c3

#71fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fcaa Color CSS Codes

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

#71fcaa Text Font Color

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

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


#71fcaa Background Color

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

This div background color is #71fcaa


#71fcaa Border Color

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

This div border color is #71fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fcaa


Comments

No comments written yet.

Please login to write comment.