Color Hex Logo

#71e180 Color Hex

#71E180
(113,225,128)
0 Favorites   0 Comments

Color spaces of #71e180

RGB 113225128
HSL0.360.650.66
HSV128°50°88°
CMYK 0.500.000.43   0.12
XYZ37.631558.919729.8113
Yxy58.91970.29780.4663
Hunter Lab76.7592-46.818230.7047
CIE-Lab81.2474-52.022137.7996

#71e180 color RGB value is (113,225,128).

#71e180 hex color red value is 113, green value is 225 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #71e180 hue: 0.36 , saturation: 0.65 and the lightness value of 71e180 is 0.66.

The process color (four color CMYK) of #71e180 color hex is 0.50, 0.00, 0.43, 0.12. Web safe color of #71e180 is #66cc99. Color #71e180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11100001 10000000
Octal 161 341 200
Decimal 113 225 128
Hex 71 E1 80

RGB Percentages of Color #71e180

%24.25
%48.28
%27.47

CMYK Percentages of Color #71e180

%50
%0
%43
%12

Triadic Colors of #71e180

#71e180 #8071e1 #e18071

Analogous Colors of #71e180

#71e180 #71e1b8 #9ae171

Monochromatic Colors of #71e180

#71e180

Complementary Color

#71e180 #e171d2

#71e180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e180 Color CSS Codes

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

#71e180 Text Font Color

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

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


#71e180 Background Color

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

This div background color is #71e180


#71e180 Border Color

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

This div border color is #71e180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e180


Comments

No comments written yet.

Please login to write comment.