Color Hex Logo

#71c493 Color Hex

#71C493
(113,196,147)
0 Favorites   0 Comments

Color spaces of #71c493

RGB 113196147
HSL0.400.410.61
HSV145°42°77°
CMYK 0.420.000.25   0.23
XYZ31.816445.097134.6315
Yxy45.09710.28520.4043
Hunter Lab67.1544-32.950416.4322
CIE-Lab72.9558-36.261216.8507

#71c493 color RGB value is (113,196,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000100 10010011
Octal 161 304 223
Decimal 113 196 147
Hex 71 C4 93

RGB Percentages of Color #71c493

%24.78
%42.98
%32.24

CMYK Percentages of Color #71c493

%42
%0
%25
%23

Triadic Colors of #71c493

#71c493 #9371c4 #c49371

Analogous Colors of #71c493

#71c493 #71c4bd #79c471

Monochromatic Colors of #71c493

#71c493

Complementary Color

#71c493 #c471a2

#71c493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c493 Color CSS Codes

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

#71c493 Text Font Color

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

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


#71c493 Background Color

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

This div background color is #71c493


#71c493 Border Color

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

This div border color is #71c493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c493


Comments

No comments written yet.

Please login to write comment.