Color Hex Logo

#71ddaa Color Hex

#71DDAA
(113,221,170)
0 Favorites   0 Comments

Color spaces of #71ddaa

RGB 113221170
HSL0.420.610.65
HSV152°49°87°
CMYK 0.490.000.23   0.13
XYZ39.922258.125947.1455
Yxy58.12590.27500.4003
Hunter Lab76.2403-39.951516.7045
CIE-Lab80.8087-42.827715.6054

#71ddaa color RGB value is (113,221,170).

#71ddaa hex color red value is 113, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #71ddaa hue: 0.42 , saturation: 0.61 and the lightness value of 71ddaa is 0.65.

The process color (four color CMYK) of #71ddaa color hex is 0.49, 0.00, 0.23, 0.13. Web safe color of #71ddaa is #66cc99. Color #71ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 10101010
Octal 161 335 252
Decimal 113 221 170
Hex 71 DD AA

RGB Percentages of Color #71ddaa

%22.42
%43.85
%33.73

CMYK Percentages of Color #71ddaa

%49
%0
%23
%13

Triadic Colors of #71ddaa

#71ddaa #aa71dd #ddaa71

Analogous Colors of #71ddaa

#71ddaa #71dadd #71dd74

Monochromatic Colors of #71ddaa

#71ddaa

Complementary Color

#71ddaa #dd71a4

#71ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddaa Color CSS Codes

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

#71ddaa Text Font Color

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

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


#71ddaa Background Color

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

This div background color is #71ddaa


#71ddaa Border Color

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

This div border color is #71ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddaa


Comments

No comments written yet.

Please login to write comment.