Color Hex Logo

#71da15 Color Hex

#71DA15
(113,218,21)
0 Favorites   0 Comments

Color spaces of #71da15

RGB 11321821
HSL0.260.820.47
HSV92°90°85°
CMYK 0.480.000.90   0.15
XYZ32.016853.70779.3886
Yxy53.70770.33660.5647
Hunter Lab73.2855-50.267143.7042
CIE-Lab78.2910-58.530374.2131

#71da15 color RGB value is (113,218,21).

#71da15 hex color red value is 113, green value is 218 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #71da15 hue: 0.26 , saturation: 0.82 and the lightness value of 71da15 is 0.47.

The process color (four color CMYK) of #71da15 color hex is 0.48, 0.00, 0.90, 0.15. Web safe color of #71da15 is #66cc00. Color #71da15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011010 00010101
Octal 161 332 25
Decimal 113 218 21
Hex 71 DA 15

RGB Percentages of Color #71da15

%32.10
%61.93
%5.97

CMYK Percentages of Color #71da15

%48
%0
%90
%15

Triadic Colors of #71da15

#71da15 #1571da #da1571

Analogous Colors of #71da15

#71da15 #15da1c #d4da15

Monochromatic Colors of #71da15

#71da15

Complementary Color

#71da15 #7e15da

#71da15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71da15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71da15 Color CSS Codes

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

#71da15 Text Font Color

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

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


#71da15 Background Color

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

This div background color is #71da15


#71da15 Border Color

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

This div border color is #71da15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71da15


Comments

No comments written yet.

Please login to write comment.