Color Hex Logo

#71aabd Color Hex

#71AABD
(113,170,189)
0 Favorites   0 Comments

Color spaces of #71aabd

RGB 113170189
HSL0.540.370.59
HSV195°40°74°
CMYK 0.400.100.00   0.26
XYZ30.370135.934353.4794
Yxy35.93430.25350.3000
Hunter Lab59.9452-14.4705-10.9332
CIE-Lab66.4697-13.6462-15.6103

#71aabd color RGB value is (113,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 10111101
Octal 161 252 275
Decimal 113 170 189
Hex 71 AA BD

RGB Percentages of Color #71aabd

%23.94
%36.02
%40.04

CMYK Percentages of Color #71aabd

%40
%10
%0
%26

Triadic Colors of #71aabd

#71aabd #bd71aa #aabd71

Analogous Colors of #71aabd

#71aabd #7184bd #71bdaa

Monochromatic Colors of #71aabd

#71aabd

Complementary Color

#71aabd #bd8471

#71aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aabd Color CSS Codes

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

#71aabd Text Font Color

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

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


#71aabd Background Color

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

This div background color is #71aabd


#71aabd Border Color

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

This div border color is #71aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aabd


Comments

No comments written yet.

Please login to write comment.