Color Hex Logo

#71dfba Color Hex

#71DFBA
(113,223,186)
0 Favorites   0 Comments

Color spaces of #71dfba

RGB 113223186
HSL0.440.630.66
HSV160°49°87°
CMYK 0.490.000.17   0.13
XYZ42.060759.831255.7861
Yxy59.83120.26680.3795
Hunter Lab77.3506-38.301211.3849
CIE-Lab81.7464-40.29918.4918

#71dfba color RGB value is (113,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 10111010
Octal 161 337 272
Decimal 113 223 186
Hex 71 DF BA

RGB Percentages of Color #71dfba

%21.65
%42.72
%35.63

CMYK Percentages of Color #71dfba

%49
%0
%17
%13

Triadic Colors of #71dfba

#71dfba #ba71df #dfba71

Analogous Colors of #71dfba

#71dfba #71cddf #71df83

Monochromatic Colors of #71dfba

#71dfba

Complementary Color

#71dfba #df7196

#71dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfba Color CSS Codes

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

#71dfba Text Font Color

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

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


#71dfba Background Color

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

This div background color is #71dfba


#71dfba Border Color

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

This div border color is #71dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfba


Comments

No comments written yet.

Please login to write comment.