Color Hex Logo

#71dcbf Color Hex

#71DCBF
(113,220,191)
0 Favorites   0 Comments

Color spaces of #71dcbf

RGB 113220191
HSL0.450.600.65
HSV164°49°86°
CMYK 0.490.000.13   0.14
XYZ41.807258.458758.3704
Yxy58.45870.26350.3685
Hunter Lab76.4583-36.19878.2572
CIE-Lab80.9931-37.81954.7592

#71dcbf color RGB value is (113,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011100 10111111
Octal 161 334 277
Decimal 113 220 191
Hex 71 DC BF

RGB Percentages of Color #71dcbf

%21.56
%41.98
%36.45

CMYK Percentages of Color #71dcbf

%49
%0
%13
%14

Triadic Colors of #71dcbf

#71dcbf #bf71dc #dcbf71

Analogous Colors of #71dcbf

#71dcbf #71c4dc #71dc8a

Monochromatic Colors of #71dcbf

#71dcbf

Complementary Color

#71dcbf #dc718e

#71dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dcbf Color CSS Codes

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

#71dcbf Text Font Color

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

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


#71dcbf Background Color

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

This div background color is #71dcbf


#71dcbf Border Color

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

This div border color is #71dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dcbf


Comments

No comments written yet.

Please login to write comment.