Color Hex Logo

#71aabc Color Hex

#71AABC
(113,170,188)
0 Favorites   0 Comments

Color spaces of #71aabc

RGB 113170188
HSL0.540.360.59
HSV194°40°74°
CMYK 0.400.100.00   0.26
XYZ30.261935.891052.9096
Yxy35.89100.25420.3014
Hunter Lab59.9091-14.6752-10.4265
CIE-Lab66.4366-13.9097-15.1050

#71aabc color RGB value is (113,170,188).

#71aabc hex color red value is 113, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #71aabc hue: 0.54 , saturation: 0.36 and the lightness value of 71aabc is 0.59.

The process color (four color CMYK) of #71aabc color hex is 0.40, 0.10, 0.00, 0.26. Web safe color of #71aabc is #6699cc. Color #71aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 10111100
Octal 161 252 274
Decimal 113 170 188
Hex 71 AA BC

RGB Percentages of Color #71aabc

%23.99
%36.09
%39.92

CMYK Percentages of Color #71aabc

%40
%10
%0
%26

Triadic Colors of #71aabc

#71aabc #bc71aa #aabc71

Analogous Colors of #71aabc

#71aabc #7185bc #71bca9

Monochromatic Colors of #71aabc

#71aabc

Complementary Color

#71aabc #bc8371

#71aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aabc Color CSS Codes

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

#71aabc Text Font Color

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

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


#71aabc Background Color

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

This div background color is #71aabc


#71aabc Border Color

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

This div border color is #71aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aabc


Comments

No comments written yet.

Please login to write comment.