Color Hex Logo

#71be7e Color Hex

#71BE7E
(113,190,126)
0 Favorites   0 Comments

Color spaces of #71be7e

RGB 113190126
HSL0.360.370.59
HSV130°41°75°
CMYK 0.410.000.34   0.25
XYZ28.989441.844026.2875
Yxy41.84400.29850.4308
Hunter Lab64.6869-33.207521.1866
CIE-Lab70.7632-37.413425.0563

#71be7e color RGB value is (113,190,126).

#71be7e hex color red value is 113, green value is 190 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71be7e hue: 0.36 , saturation: 0.37 and the lightness value of 71be7e is 0.59.

The process color (four color CMYK) of #71be7e color hex is 0.41, 0.00, 0.34, 0.25. Web safe color of #71be7e is #66cc66. Color #71be7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111110 01111110
Octal 161 276 176
Decimal 113 190 126
Hex 71 BE 7E

RGB Percentages of Color #71be7e

%26.34
%44.29
%29.37

CMYK Percentages of Color #71be7e

%41
%0
%34
%25

Triadic Colors of #71be7e

#71be7e #7e71be #be7e71

Analogous Colors of #71be7e

#71be7e #71bea5 #8bbe71

Monochromatic Colors of #71be7e

#71be7e

Complementary Color

#71be7e #be71b1

#71be7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71be7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71be7e Color CSS Codes

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

#71be7e Text Font Color

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

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


#71be7e Background Color

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

This div background color is #71be7e


#71be7e Border Color

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

This div border color is #71be7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71be7e


Comments

No comments written yet.

Please login to write comment.