Color Hex Logo

#71aab5 Color Hex

#71AAB5
(113,170,181)
0 Favorites   0 Comments

Color spaces of #71aab5

RGB 113170181
HSL0.530.310.58
HSV190°38°71°
CMYK 0.380.060.00   0.29
XYZ29.525335.596449.0307
Yxy35.59640.25860.3118
Hunter Lab59.6627-16.0754-6.9605
CIE-Lab66.2104-15.7278-11.5546

#71aab5 color RGB value is (113,170,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 10110101
Octal 161 252 265
Decimal 113 170 181
Hex 71 AA B5

RGB Percentages of Color #71aab5

%24.35
%36.64
%39.01

CMYK Percentages of Color #71aab5

%38
%6
%0
%29

Triadic Colors of #71aab5

#71aab5 #b571aa #aab571

Analogous Colors of #71aab5

#71aab5 #7188b5 #71b59e

Monochromatic Colors of #71aab5

#71aab5

Complementary Color

#71aab5 #b57c71

#71aab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aab5 Color CSS Codes

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

#71aab5 Text Font Color

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

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


#71aab5 Background Color

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

This div background color is #71aab5


#71aab5 Border Color

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

This div border color is #71aab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aab5


Comments

No comments written yet.

Please login to write comment.