Color Hex Logo

#71ea14 Color Hex

#71EA14
(113,234,20)
0 Favorites   0 Comments

Color spaces of #71ea14

RGB 11323420
HSL0.260.840.50
HSV94°91°92°
CMYK 0.520.000.91   0.08
XYZ36.359162.406910.7912
Yxy62.40690.33190.5696
Hunter Lab78.9980-56.091447.1996
CIE-Lab83.1293-64.319378.3576

#71ea14 color RGB value is (113,234,20).

#71ea14 hex color red value is 113, green value is 234 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #71ea14 hue: 0.26 , saturation: 0.84 and the lightness value of 71ea14 is 0.50.

The process color (four color CMYK) of #71ea14 color hex is 0.52, 0.00, 0.91, 0.08. Web safe color of #71ea14 is #66ff00. Color #71ea14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 00010100
Octal 161 352 24
Decimal 113 234 20
Hex 71 EA 14

RGB Percentages of Color #71ea14

%30.79
%63.76
%5.45

CMYK Percentages of Color #71ea14

%52
%0
%91
%8

Triadic Colors of #71ea14

#71ea14 #1471ea #ea1471

Analogous Colors of #71ea14

#71ea14 #14ea22 #dcea14

Monochromatic Colors of #71ea14

#71ea14

Complementary Color

#71ea14 #8d14ea

#71ea14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ea14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ea14 Color CSS Codes

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

#71ea14 Text Font Color

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

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


#71ea14 Background Color

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

This div background color is #71ea14


#71ea14 Border Color

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

This div border color is #71ea14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ea14


Comments

No comments written yet.

Please login to write comment.