Color Hex Logo

#71aaaf Color Hex

#71AAAF
(113,170,175)
0 Favorites   0 Comments

Color spaces of #71aaaf

RGB 113170175
HSL0.510.280.56
HSV185°35°69°
CMYK 0.350.030.00   0.31
XYZ28.922635.355345.8573
Yxy35.35530.26260.3210
Hunter Lab59.4603-17.2299-4.1037
CIE-Lab66.0244-17.2459-8.4941

#71aaaf color RGB value is (113,170,175).

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

The process color (four color CMYK) of #71aaaf color hex is 0.35, 0.03, 0.00, 0.31. Web safe color of #71aaaf is #669999. Color #71aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 10101111
Octal 161 252 257
Decimal 113 170 175
Hex 71 AA AF

RGB Percentages of Color #71aaaf

%24.67
%37.12
%38.21

CMYK Percentages of Color #71aaaf

%35
%3
%0
%31

Triadic Colors of #71aaaf

#71aaaf #af71aa #aaaf71

Analogous Colors of #71aaaf

#71aaaf #718baf #71af95

Monochromatic Colors of #71aaaf

#71aaaf

Complementary Color

#71aaaf #af7671

#71aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aaaf Color CSS Codes

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

#71aaaf Text Font Color

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

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


#71aaaf Background Color

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

This div background color is #71aaaf


#71aaaf Border Color

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

This div border color is #71aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aaaf


Comments

No comments written yet.

Please login to write comment.