Color Hex Logo

#71acac Color Hex

#71ACAC
(113,172,172)
0 Favorites   0 Comments

Color spaces of #71acac

RGB 113172172
HSL0.500.260.56
HSV180°34°67°
CMYK 0.340.000.00   0.33
XYZ29.009035.994344.4484
Yxy35.99430.26500.3289
Hunter Lab59.9952-18.6831-1.9292
CIE-Lab66.5156-19.0287-6.0958

#71acac color RGB value is (113,172,172).

#71acac hex color red value is 113, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #71acac hue: 0.50 , saturation: 0.26 and the lightness value of 71acac is 0.56.

The process color (four color CMYK) of #71acac color hex is 0.34, 0.00, 0.00, 0.33. Web safe color of #71acac is #669999. Color #71acac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101100 10101100
Octal 161 254 254
Decimal 113 172 172
Hex 71 AC AC

RGB Percentages of Color #71acac

%24.73
%37.64
%37.64

CMYK Percentages of Color #71acac

%34
%0
%0
%33

Triadic Colors of #71acac

#71acac #ac71ac #acac71

Analogous Colors of #71acac

#71acac #718fac #71ac8f

Monochromatic Colors of #71acac

#71acac

Complementary Color

#71acac #ac7171

#71acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#71acac Color CSS Codes

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

#71acac Text Font Color

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

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


#71acac Background Color

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

This div background color is #71acac


#71acac Border Color

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

This div border color is #71acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71acac


Comments

No comments written yet.

Please login to write comment.