Color Hex Logo

#71cb9c Color Hex

#71CB9C
(113,203,156)
0 Favorites   0 Comments

Color spaces of #71cb9c

RGB 113203156
HSL0.410.460.62
HSV149°44°80°
CMYK 0.440.000.23   0.20
XYZ34.166748.622939.0369
Yxy48.62290.28050.3991
Hunter Lab69.7301-34.565415.6189
CIE-Lab75.2161-37.657715.1885

#71cb9c color RGB value is (113,203,156).

#71cb9c hex color red value is 113, green value is 203 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #71cb9c hue: 0.41 , saturation: 0.46 and the lightness value of 71cb9c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001011 10011100
Octal 161 313 234
Decimal 113 203 156
Hex 71 CB 9C

RGB Percentages of Color #71cb9c

%23.94
%43.01
%33.05

CMYK Percentages of Color #71cb9c

%44
%0
%23
%20

Triadic Colors of #71cb9c

#71cb9c #9c71cb #cb9c71

Analogous Colors of #71cb9c

#71cb9c #71cbc9 #73cb71

Monochromatic Colors of #71cb9c

#71cb9c

Complementary Color

#71cb9c #cb71a0

#71cb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cb9c Color CSS Codes

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

#71cb9c Text Font Color

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

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


#71cb9c Background Color

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

This div background color is #71cb9c


#71cb9c Border Color

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

This div border color is #71cb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cb9c


Comments

No comments written yet.

Please login to write comment.