Color Hex Logo

#71b3ac Color Hex

#71B3AC
(113,179,172)
0 Favorites   0 Comments

Color spaces of #71b3ac

RGB 113179172
HSL0.480.300.57
HSV174°37°70°
CMYK 0.370.000.04   0.30
XYZ30.376538.729544.9042
Yxy38.72950.26640.3397
Hunter Lab62.2330-21.78040.7825
CIE-Lab68.5549-22.6100-3.0852

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

#71b3ac hex color red value is 113, green value is 179 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #71b3ac hue: 0.48 , saturation: 0.30 and the lightness value of 71b3ac is 0.57.

The process color (four color CMYK) of #71b3ac color hex is 0.37, 0.00, 0.04, 0.30. Web safe color of #71b3ac is #66cc99. Color #71b3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110011 10101100
Octal 161 263 254
Decimal 113 179 172
Hex 71 B3 AC

RGB Percentages of Color #71b3ac

%24.35
%38.58
%37.07

CMYK Percentages of Color #71b3ac

%37
%0
%4
%30

Triadic Colors of #71b3ac

#71b3ac #ac71b3 #b3ac71

Analogous Colors of #71b3ac

#71b3ac #7199b3 #71b38b

Monochromatic Colors of #71b3ac

#71b3ac

Complementary Color

#71b3ac #b37178

#71b3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b3ac Color CSS Codes

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

#71b3ac Text Font Color

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

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


#71b3ac Background Color

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

This div background color is #71b3ac


#71b3ac Border Color

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

This div border color is #71b3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,179,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 #71b3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b3ac


Comments

No comments written yet.

Please login to write comment.