Color Hex Logo

#71dfaf Color Hex

#71DFAF
(113,223,175)
0 Favorites   0 Comments

Color spaces of #71dfaf

RGB 113223175
HSL0.430.630.66
HSV154°49°87°
CMYK 0.490.000.22   0.13
XYZ40.935659.381249.8616
Yxy59.38120.27260.3954
Hunter Lab77.0592-40.030315.5775
CIE-Lab81.5007-42.668313.9469

#71dfaf color RGB value is (113,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 10101111
Octal 161 337 257
Decimal 113 223 175
Hex 71 DF AF

RGB Percentages of Color #71dfaf

%22.11
%43.64
%34.25

CMYK Percentages of Color #71dfaf

%49
%0
%22
%13

Triadic Colors of #71dfaf

#71dfaf #af71df #dfaf71

Analogous Colors of #71dfaf

#71dfaf #71d8df #71df78

Monochromatic Colors of #71dfaf

#71dfaf

Complementary Color

#71dfaf #df71a1

#71dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfaf Color CSS Codes

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

#71dfaf Text Font Color

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

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


#71dfaf Background Color

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

This div background color is #71dfaf


#71dfaf Border Color

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

This div border color is #71dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfaf


Comments

No comments written yet.

Please login to write comment.