Color Hex Logo

#71dcab Color Hex

#71DCAB
(113,220,171)
0 Favorites   0 Comments

Color spaces of #71dcab

RGB 113220171
HSL0.420.600.65
HSV153°49°86°
CMYK 0.490.000.22   0.14
XYZ39.753957.637447.5580
Yxy57.63740.27430.3976
Hunter Lab75.9193-39.390216.0026
CIE-Lab80.5368-42.182414.6965

#71dcab color RGB value is (113,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011100 10101011
Octal 161 334 253
Decimal 113 220 171
Hex 71 DC AB

RGB Percentages of Color #71dcab

%22.42
%43.65
%33.93

CMYK Percentages of Color #71dcab

%49
%0
%22
%14

Triadic Colors of #71dcab

#71dcab #ab71dc #dcab71

Analogous Colors of #71dcab

#71dcab #71d8dc #71dc76

Monochromatic Colors of #71dcab

#71dcab

Complementary Color

#71dcab #dc71a2

#71dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dcab Color CSS Codes

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

#71dcab Text Font Color

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

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


#71dcab Background Color

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

This div background color is #71dcab


#71dcab Border Color

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

This div border color is #71dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dcab


Comments

No comments written yet.

Please login to write comment.