Color Hex Logo

#71da9f Color Hex

#71DA9F
(113,218,159)
0 Favorites   0 Comments

Color spaces of #71da9f

RGB 113218159
HSL0.410.590.65
HSV146°48°85°
CMYK 0.480.000.27   0.15
XYZ38.139556.156741.6301
Yxy56.15670.28060.4131
Hunter Lab74.9378-40.293719.5191
CIE-Lab79.7029-43.720019.8454

#71da9f color RGB value is (113,218,159).

#71da9f hex color red value is 113, green value is 218 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #71da9f hue: 0.41 , saturation: 0.59 and the lightness value of 71da9f is 0.65.

The process color (four color CMYK) of #71da9f color hex is 0.48, 0.00, 0.27, 0.15. Web safe color of #71da9f is #66cc99. Color #71da9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011010 10011111
Octal 161 332 237
Decimal 113 218 159
Hex 71 DA 9F

RGB Percentages of Color #71da9f

%23.06
%44.49
%32.45

CMYK Percentages of Color #71da9f

%48
%0
%27
%15

Triadic Colors of #71da9f

#71da9f #9f71da #da9f71

Analogous Colors of #71da9f

#71da9f #71dad4 #78da71

Monochromatic Colors of #71da9f

#71da9f

Complementary Color

#71da9f #da71ac

#71da9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71da9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71da9f Color CSS Codes

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

#71da9f Text Font Color

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

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


#71da9f Background Color

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

This div background color is #71da9f


#71da9f Border Color

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

This div border color is #71da9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71da9f


Comments

No comments written yet.

Please login to write comment.