Color Hex Logo

#71bb6e Color Hex

#71BB6E
(113,187,110)
0 Favorites   0 Comments

Color spaces of #71bb6e

RGB 113187110
HSL0.330.360.58
HSV118°41°73°
CMYK 0.400.000.41   0.27
XYZ27.394840.177121.0630
Yxy40.17710.30910.4533
Hunter Lab63.3854-33.777824.6677
CIE-Lab69.5955-38.667831.9095

#71bb6e color RGB value is (113,187,110).

#71bb6e hex color red value is 113, green value is 187 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #71bb6e hue: 0.33 , saturation: 0.36 and the lightness value of 71bb6e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111011 01101110
Octal 161 273 156
Decimal 113 187 110
Hex 71 BB 6E

RGB Percentages of Color #71bb6e

%27.56
%45.61
%26.83

CMYK Percentages of Color #71bb6e

%40
%0
%41
%27

Triadic Colors of #71bb6e

#71bb6e #6e71bb #bb6e71

Analogous Colors of #71bb6e

#71bb6e #6ebb92 #98bb6e

Monochromatic Colors of #71bb6e

#71bb6e

Complementary Color

#71bb6e #b86ebb

#71bb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bb6e Color CSS Codes

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

#71bb6e Text Font Color

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

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


#71bb6e Background Color

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

This div background color is #71bb6e


#71bb6e Border Color

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

This div border color is #71bb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bb6e


Comments

No comments written yet.

Please login to write comment.