Color Hex Logo

#71ddab Color Hex

#71DDAB
(113,221,171)
0 Favorites   0 Comments

Color spaces of #71ddab

RGB 113221171
HSL0.420.610.65
HSV152°49°87°
CMYK 0.490.000.23   0.13
XYZ40.017258.163947.6457
Yxy58.16390.27440.3989
Hunter Lab76.2653-39.803316.3450
CIE-Lab80.8298-42.621915.1086

#71ddab color RGB value is (113,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 10101011
Octal 161 335 253
Decimal 113 221 171
Hex 71 DD AB

RGB Percentages of Color #71ddab

%22.38
%43.76
%33.86

CMYK Percentages of Color #71ddab

%49
%0
%23
%13

Triadic Colors of #71ddab

#71ddab #ab71dd #ddab71

Analogous Colors of #71ddab

#71ddab #71d9dd #71dd75

Monochromatic Colors of #71ddab

#71ddab

Complementary Color

#71ddab #dd71a3

#71ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddab Color CSS Codes

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

#71ddab Text Font Color

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

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


#71ddab Background Color

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

This div background color is #71ddab


#71ddab Border Color

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

This div border color is #71ddab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,221,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #71ddab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddab


Comments

No comments written yet.

Please login to write comment.