Color Hex Logo

#71b80e Color Hex

#71B80E
(113,184,14)
0 Favorites   0 Comments

Color spaces of #71b80e

RGB 11318414
HSL0.240.860.39
HSV85°92°72°
CMYK 0.390.000.92   0.28
XYZ24.029837.82346.4496
Yxy37.82340.35180.5538
Hunter Lab61.5007-37.882136.8328
CIE-Lab67.8903-45.435766.6755

#71b80e color RGB value is (113,184,14).

#71b80e hex color red value is 113, green value is 184 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #71b80e hue: 0.24 , saturation: 0.86 and the lightness value of 71b80e is 0.39.

The process color (four color CMYK) of #71b80e color hex is 0.39, 0.00, 0.92, 0.28. Web safe color of #71b80e is #66cc00. Color #71b80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111000 00001110
Octal 161 270 16
Decimal 113 184 14
Hex 71 B8 E

RGB Percentages of Color #71b80e

%36.33
%59.16
%4.50

CMYK Percentages of Color #71b80e

%39
%0
%92
%28

Triadic Colors of #71b80e

#71b80e #0e71b8 #b80e71

Analogous Colors of #71b80e

#71b80e #1cb80e #b8aa0e

Monochromatic Colors of #71b80e

#71b80e

Complementary Color

#71b80e #550eb8

#71b80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b80e Color CSS Codes

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

#71b80e Text Font Color

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

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


#71b80e Background Color

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

This div background color is #71b80e


#71b80e Border Color

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

This div border color is #71b80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b80e


Comments

No comments written yet.

Please login to write comment.