Color Hex Logo

#71df0f Color Hex

#71DF0F
(113,223,15)
0 Favorites   0 Comments

Color spaces of #71df0f

RGB 11322315
HSL0.250.870.47
HSV92°93°87°
CMYK 0.490.000.93   0.13
XYZ33.284056.32069.5686
Yxy56.32060.33560.5679
Hunter Lab75.0471-52.166144.9734
CIE-Lab79.7959-60.486676.2468

#71df0f color RGB value is (113,223,15).

#71df0f hex color red value is 113, green value is 223 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #71df0f hue: 0.25 , saturation: 0.87 and the lightness value of 71df0f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011111 00001111
Octal 161 337 17
Decimal 113 223 15
Hex 71 DF F

RGB Percentages of Color #71df0f

%32.19
%63.53
%4.27

CMYK Percentages of Color #71df0f

%49
%0
%93
%13

Triadic Colors of #71df0f

#71df0f #0f71df #df0f71

Analogous Colors of #71df0f

#71df0f #0fdf15 #d9df0f

Monochromatic Colors of #71df0f

#71df0f

Complementary Color

#71df0f #7d0fdf

#71df0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71df0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71df0f Color CSS Codes

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

#71df0f Text Font Color

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

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


#71df0f Background Color

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

This div background color is #71df0f


#71df0f Border Color

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

This div border color is #71df0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71df0f


Comments

No comments written yet.

Please login to write comment.