Color Hex Logo

#71f026 Color Hex

#71F026
(113,240,38)
0 Favorites   0 Comments

Color spaces of #71f026

RGB 11324038
HSL0.270.870.55
HSV98°84°94°
CMYK 0.530.000.84   0.06
XYZ38.320065.970812.5477
Yxy65.97080.32800.5646
Hunter Lab81.2224-57.924547.6962
CIE-Lab84.9815-65.891776.7795

#71f026 color RGB value is (113,240,38).

#71f026 hex color red value is 113, green value is 240 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #71f026 hue: 0.27 , saturation: 0.87 and the lightness value of 71f026 is 0.55.

The process color (four color CMYK) of #71f026 color hex is 0.53, 0.00, 0.84, 0.06. Web safe color of #71f026 is #66ff33. Color #71f026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11110000 00100110
Octal 161 360 46
Decimal 113 240 38
Hex 71 F0 26

RGB Percentages of Color #71f026

%28.90
%61.38
%9.72

CMYK Percentages of Color #71f026

%53
%0
%84
%6

Triadic Colors of #71f026

#71f026 #2671f0 #f02671

Analogous Colors of #71f026

#71f026 #26f040 #d6f026

Monochromatic Colors of #71f026

#71f026

Complementary Color

#71f026 #a526f0

#71f026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71f026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71f026 Color CSS Codes

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

#71f026 Text Font Color

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

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


#71f026 Background Color

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

This div background color is #71f026


#71f026 Border Color

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

This div border color is #71f026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71f026


Comments

No comments written yet.

Please login to write comment.