Color Hex Logo

#71ffaa Color Hex

#71FFAA
(113,255,170)
0 Favorites   0 Comments

Color spaces of #71ffaa

RGB 113255170
HSL0.401.000.72
HSV144°56°100°
CMYK 0.560.000.33   0.00
XYZ49.825877.933050.4467
Yxy77.93300.27960.4373
Hunter Lab88.2797-53.742527.9150
CIE-Lab90.7493-56.968429.2922

#71ffaa color RGB value is (113,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111111 10101010
Octal 161 377 252
Decimal 113 255 170
Hex 71 FF AA

RGB Percentages of Color #71ffaa

%21.00
%47.40
%31.60

CMYK Percentages of Color #71ffaa

%56
%0
%33
%0

Triadic Colors of #71ffaa

#71ffaa #aa71ff #ffaa71

Analogous Colors of #71ffaa

#71ffaa #71fff1 #7fff71

Monochromatic Colors of #71ffaa

#71ffaa

Complementary Color

#71ffaa #ff71c6

#71ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ffaa Color CSS Codes

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

#71ffaa Text Font Color

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

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


#71ffaa Background Color

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

This div background color is #71ffaa


#71ffaa Border Color

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

This div border color is #71ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.