Color Hex Logo

#71aaac Color Hex

#71AAAC
(113,170,172)
0 Favorites   0 Comments

Color spaces of #71aaac

RGB 113170172
HSL0.510.260.56
HSV182°34°67°
CMYK 0.340.010.00   0.33
XYZ28.631235.238744.3225
Yxy35.23870.26460.3257
Hunter Lab59.3622-17.7908-2.7151
CIE-Lab65.9341-17.9901-6.9582

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 10101100
Octal 161 252 254
Decimal 113 170 172
Hex 71 AA AC

RGB Percentages of Color #71aaac

%24.84
%37.36
%37.80

CMYK Percentages of Color #71aaac

%34
%1
%0
%33

Triadic Colors of #71aaac

#71aaac #ac71aa #aaac71

Analogous Colors of #71aaac

#71aaac #718dac #71ac91

Monochromatic Colors of #71aaac

#71aaac

Complementary Color

#71aaac #ac7371

#71aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aaac Color CSS Codes

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

#71aaac Text Font Color

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

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


#71aaac Background Color

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

This div background color is #71aaac


#71aaac Border Color

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

This div border color is #71aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aaac


Comments

No comments written yet.

Please login to write comment.