Color Hex Logo

#71d18a Color Hex

#71D18A
(113,209,138)
0 Favorites   0 Comments

Color spaces of #71d18a

RGB 113209138
HSL0.380.510.63
HSV136°46°82°
CMYK 0.460.000.34   0.18
XYZ34.198050.946632.0760
Yxy50.94660.29170.4346
Hunter Lab71.3769-39.386923.3195
CIE-Lab76.6467-43.715326.6585

#71d18a color RGB value is (113,209,138).

#71d18a hex color red value is 113, green value is 209 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71d18a hue: 0.38 , saturation: 0.51 and the lightness value of 71d18a is 0.63.

The process color (four color CMYK) of #71d18a color hex is 0.46, 0.00, 0.34, 0.18. Web safe color of #71d18a is #66cc99. Color #71d18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010001 10001010
Octal 161 321 212
Decimal 113 209 138
Hex 71 D1 8A

RGB Percentages of Color #71d18a

%24.57
%45.43
%30.00

CMYK Percentages of Color #71d18a

%46
%0
%34
%18

Triadic Colors of #71d18a

#71d18a #8a71d1 #d18a71

Analogous Colors of #71d18a

#71d18a #71d1ba #88d171

Monochromatic Colors of #71d18a

#71d18a

Complementary Color

#71d18a #d171b8

#71d18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d18a Color CSS Codes

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

#71d18a Text Font Color

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

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


#71d18a Background Color

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

This div background color is #71d18a


#71d18a Border Color

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

This div border color is #71d18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d18a


Comments

No comments written yet.

Please login to write comment.