Color Hex Logo

#71c790 Color Hex

#71C790
(113,199,144)
0 Favorites   0 Comments

Color spaces of #71c790

RGB 113199144
HSL0.390.430.61
HSV142°43°78°
CMYK 0.430.000.28   0.22
XYZ32.267546.371233.6354
Yxy46.37120.28740.4130
Hunter Lab68.0964-34.586418.3819
CIE-Lab73.7858-38.205619.6034

#71c790 color RGB value is (113,199,144).

#71c790 hex color red value is 113, green value is 199 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #71c790 hue: 0.39 , saturation: 0.43 and the lightness value of 71c790 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000111 10010000
Octal 161 307 220
Decimal 113 199 144
Hex 71 C7 90

RGB Percentages of Color #71c790

%24.78
%43.64
%31.58

CMYK Percentages of Color #71c790

%43
%0
%28
%22

Triadic Colors of #71c790

#71c790 #9071c7 #c79071

Analogous Colors of #71c790

#71c790 #71c7bb #7dc771

Monochromatic Colors of #71c790

#71c790

Complementary Color

#71c790 #c771a8

#71c790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c790 Color CSS Codes

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

#71c790 Text Font Color

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

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


#71c790 Background Color

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

This div background color is #71c790


#71c790 Border Color

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

This div border color is #71c790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c790


Comments

No comments written yet.

Please login to write comment.