Color Hex Logo

#71c89d Color Hex

#71C89D
(113,200,157)
0 Favorites   0 Comments

Color spaces of #71c89d

RGB 113200157
HSL0.420.440.61
HSV150°44°78°
CMYK 0.440.000.22   0.22
XYZ33.550147.253639.2509
Yxy47.25360.27950.3936
Hunter Lab68.7413-33.177914.2646
CIE-Lab74.3517-36.083413.4389

#71c89d color RGB value is (113,200,157).

#71c89d hex color red value is 113, green value is 200 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #71c89d hue: 0.42 , saturation: 0.44 and the lightness value of 71c89d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001000 10011101
Octal 161 310 235
Decimal 113 200 157
Hex 71 C8 9D

RGB Percentages of Color #71c89d

%24.04
%42.55
%33.40

CMYK Percentages of Color #71c89d

%44
%0
%22
%22

Triadic Colors of #71c89d

#71c89d #9d71c8 #c89d71

Analogous Colors of #71c89d

#71c89d #71c8c8 #71c872

Monochromatic Colors of #71c89d

#71c89d

Complementary Color

#71c89d #c8719c

#71c89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c89d Color CSS Codes

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

#71c89d Text Font Color

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

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


#71c89d Background Color

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

This div background color is #71c89d


#71c89d Border Color

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

This div border color is #71c89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c89d


Comments

No comments written yet.

Please login to write comment.