Color Hex Logo

#71aab7 Color Hex

#71AAB7
(113,170,183)
0 Favorites   0 Comments

Color spaces of #71aab7

RGB 113170183
HSL0.530.330.58
HSV191°38°72°
CMYK 0.380.070.00   0.28
XYZ29.732035.679150.1194
Yxy35.67910.25740.3088
Hunter Lab59.7320-15.6814-7.9362
CIE-Lab66.2740-15.2136-12.5713

#71aab7 color RGB value is (113,170,183).

#71aab7 hex color red value is 113, green value is 170 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #71aab7 hue: 0.53 , saturation: 0.33 and the lightness value of 71aab7 is 0.58.

The process color (four color CMYK) of #71aab7 color hex is 0.38, 0.07, 0.00, 0.28. Web safe color of #71aab7 is #6699cc. Color #71aab7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 10110111
Octal 161 252 267
Decimal 113 170 183
Hex 71 AA B7

RGB Percentages of Color #71aab7

%24.25
%36.48
%39.27

CMYK Percentages of Color #71aab7

%38
%7
%0
%28

Triadic Colors of #71aab7

#71aab7 #b771aa #aab771

Analogous Colors of #71aab7

#71aab7 #7187b7 #71b7a1

Monochromatic Colors of #71aab7

#71aab7

Complementary Color

#71aab7 #b77e71

#71aab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aab7 Color CSS Codes

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

#71aab7 Text Font Color

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

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


#71aab7 Background Color

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

This div background color is #71aab7


#71aab7 Border Color

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

This div border color is #71aab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aab7


Comments

No comments written yet.

Please login to write comment.