Color Hex Logo

#71dfac Color Hex

#71DFAC
(113,223,172)
0 Favorites   0 Comments

Color spaces of #71dfac

RGB 113223172
HSL0.420.630.66
HSV152°49°87°
CMYK 0.490.000.23   0.13
XYZ40.644159.264648.3268
Yxy59.26460.27420.3998
Hunter Lab76.9835-40.480516.6688
CIE-Lab81.4368-43.291415.4350

#71dfac color RGB value is (113,223,172).

#71dfac hex color red value is 113, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #71dfac hue: 0.42 , saturation: 0.63 and the lightness value of 71dfac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 10101100
Octal 161 337 254
Decimal 113 223 172
Hex 71 DF AC

RGB Percentages of Color #71dfac

%22.24
%43.90
%33.86

CMYK Percentages of Color #71dfac

%49
%0
%23
%13

Triadic Colors of #71dfac

#71dfac #ac71df #dfac71

Analogous Colors of #71dfac

#71dfac #71dbdf #71df75

Monochromatic Colors of #71dfac

#71dfac

Complementary Color

#71dfac #df71a4

#71dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfac Color CSS Codes

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

#71dfac Text Font Color

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

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


#71dfac Background Color

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

This div background color is #71dfac


#71dfac Border Color

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

This div border color is #71dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfac


Comments

No comments written yet.

Please login to write comment.