Color Hex Logo

#71d680 Color Hex

#71D680
(113,214,128)
0 Favorites   0 Comments

Color spaces of #71d680

RGB 113214128
HSL0.360.550.64
HSV129°47°84°
CMYK 0.470.000.40   0.16
XYZ34.752953.162428.8518
Yxy53.16240.29760.4553
Hunter Lab72.9126-42.517127.5775
CIE-Lab77.9708-47.509633.5587

#71d680 color RGB value is (113,214,128).

#71d680 hex color red value is 113, green value is 214 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #71d680 hue: 0.36 , saturation: 0.55 and the lightness value of 71d680 is 0.64.

The process color (four color CMYK) of #71d680 color hex is 0.47, 0.00, 0.40, 0.16. Web safe color of #71d680 is #66cc99. Color #71d680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010110 10000000
Octal 161 326 200
Decimal 113 214 128
Hex 71 D6 80

RGB Percentages of Color #71d680

%24.84
%47.03
%28.13

CMYK Percentages of Color #71d680

%47
%0
%40
%16

Triadic Colors of #71d680

#71d680 #8071d6 #d68071

Analogous Colors of #71d680

#71d680 #71d6b3 #95d671

Monochromatic Colors of #71d680

#71d680

Complementary Color

#71d680 #d671c7

#71d680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d680 Color CSS Codes

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

#71d680 Text Font Color

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

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


#71d680 Background Color

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

This div background color is #71d680


#71d680 Border Color

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

This div border color is #71d680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d680


Comments

No comments written yet.

Please login to write comment.