Color Hex Logo

#71d768 Color Hex

#71D768
(113,215,104)
0 Favorites   0 Comments

Color spaces of #71d768

RGB 113215104
HSL0.320.580.63
HSV115°52°84°
CMYK 0.470.000.52   0.16
XYZ33.609253.111121.5768
Yxy53.11110.31030.4904
Hunter Lab72.8774-45.215733.4602
CIE-Lab77.9405-51.345245.3646

#71d768 color RGB value is (113,215,104).

#71d768 hex color red value is 113, green value is 215 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #71d768 hue: 0.32 , saturation: 0.58 and the lightness value of 71d768 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010111 01101000
Octal 161 327 150
Decimal 113 215 104
Hex 71 D7 68

RGB Percentages of Color #71d768

%26.16
%49.77
%24.07

CMYK Percentages of Color #71d768

%47
%0
%52
%16

Triadic Colors of #71d768

#71d768 #6871d7 #d76871

Analogous Colors of #71d768

#71d768 #68d797 #a9d768

Monochromatic Colors of #71d768

#71d768

Complementary Color

#71d768 #ce68d7

#71d768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d768 Color CSS Codes

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

#71d768 Text Font Color

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

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


#71d768 Background Color

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

This div background color is #71d768


#71d768 Border Color

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

This div border color is #71d768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d768


Comments

No comments written yet.

Please login to write comment.