Color Hex Logo

#71b37d Color Hex

#71B37D
(113,179,125)
0 Favorites   0 Comments

Color spaces of #71b37d

RGB 113179125
HSL0.360.300.57
HSV131°37°70°
CMYK 0.370.000.30   0.30
XYZ26.631837.231625.1848
Yxy37.23160.29910.4181
Hunter Lab61.0177-28.872818.2407
CIE-Lab67.4504-32.517121.1108

#71b37d color RGB value is (113,179,125).

#71b37d hex color red value is 113, green value is 179 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #71b37d hue: 0.36 , saturation: 0.30 and the lightness value of 71b37d is 0.57.

The process color (four color CMYK) of #71b37d color hex is 0.37, 0.00, 0.30, 0.30. Web safe color of #71b37d is #66cc66. Color #71b37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110011 01111101
Octal 161 263 175
Decimal 113 179 125
Hex 71 B3 7D

RGB Percentages of Color #71b37d

%27.10
%42.93
%29.98

CMYK Percentages of Color #71b37d

%37
%0
%30
%30

Triadic Colors of #71b37d

#71b37d #7d71b3 #b37d71

Analogous Colors of #71b37d

#71b37d #71b39e #86b371

Monochromatic Colors of #71b37d

#71b37d

Complementary Color

#71b37d #b371a7

#71b37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b37d Color CSS Codes

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

#71b37d Text Font Color

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

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


#71b37d Background Color

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

This div background color is #71b37d


#71b37d Border Color

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

This div border color is #71b37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b37d


Comments

No comments written yet.

Please login to write comment.