Color Hex Logo

#71c49a Color Hex

#71C49A
(113,196,154)
0 Favorites   0 Comments

Color spaces of #71c49a

RGB 113196154
HSL0.420.410.61
HSV150°42°77°
CMYK 0.420.000.21   0.23
XYZ32.382745.323737.6134
Yxy45.32370.28080.3930
Hunter Lab67.3229-31.955514.0006
CIE-Lab73.1045-34.854613.2962

#71c49a color RGB value is (113,196,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000100 10011010
Octal 161 304 232
Decimal 113 196 154
Hex 71 C4 9A

RGB Percentages of Color #71c49a

%24.41
%42.33
%33.26

CMYK Percentages of Color #71c49a

%42
%0
%21
%23

Triadic Colors of #71c49a

#71c49a #9a71c4 #c49a71

Analogous Colors of #71c49a

#71c49a #71c4c4 #72c471

Monochromatic Colors of #71c49a

#71c49a

Complementary Color

#71c49a #c4719b

#71c49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c49a Color CSS Codes

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

#71c49a Text Font Color

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

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


#71c49a Background Color

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

This div background color is #71c49a


#71c49a Border Color

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

This div border color is #71c49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c49a


Comments

No comments written yet.

Please login to write comment.