Color Hex Logo

#71dd1a Color Hex

#71DD1A
(113,221,26)
0 Favorites   0 Comments

Color spaces of #71dd1a

RGB 11322126
HSL0.260.790.48
HSV93°88°87°
CMYK 0.490.000.88   0.13
XYZ32.853055.29829.9194
Yxy55.29820.33500.5639
Hunter Lab74.3628-51.274744.1451
CIE-Lab79.2127-59.500674.1676

#71dd1a color RGB value is (113,221,26).

#71dd1a hex color red value is 113, green value is 221 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #71dd1a hue: 0.26 , saturation: 0.79 and the lightness value of 71dd1a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 00011010
Octal 161 335 32
Decimal 113 221 26
Hex 71 DD 1A

RGB Percentages of Color #71dd1a

%31.39
%61.39
%7.22

CMYK Percentages of Color #71dd1a

%49
%0
%88
%13

Triadic Colors of #71dd1a

#71dd1a #1a71dd #dd1a71

Analogous Colors of #71dd1a

#71dd1a #1add25 #d3dd1a

Monochromatic Colors of #71dd1a

#71dd1a

Complementary Color

#71dd1a #861add

#71dd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dd1a Color CSS Codes

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

#71dd1a Text Font Color

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

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


#71dd1a Background Color

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

This div background color is #71dd1a


#71dd1a Border Color

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

This div border color is #71dd1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dd1a


Comments

No comments written yet.

Please login to write comment.