Color Hex Logo

#71abb9 Color Hex

#71ABB9
(113,171,185)
0 Favorites   0 Comments

Color spaces of #71abb9

RGB 113171185
HSL0.530.340.58
HSV192°39°73°
CMYK 0.390.080.00   0.27
XYZ30.129936.139351.2865
Yxy36.13930.25630.3074
Hunter Lab60.1160-15.7394-8.5007
CIE-Lab66.6262-15.2244-13.1534

#71abb9 color RGB value is (113,171,185).

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

The process color (four color CMYK) of #71abb9 color hex is 0.39, 0.08, 0.00, 0.27. Web safe color of #71abb9 is #6699cc. Color #71abb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 10111001
Octal 161 253 271
Decimal 113 171 185
Hex 71 AB B9

RGB Percentages of Color #71abb9

%24.09
%36.46
%39.45

CMYK Percentages of Color #71abb9

%39
%8
%0
%27

Triadic Colors of #71abb9

#71abb9 #b971ab #abb971

Analogous Colors of #71abb9

#71abb9 #7187b9 #71b9a3

Monochromatic Colors of #71abb9

#71abb9

Complementary Color

#71abb9 #b97f71

#71abb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abb9 Color CSS Codes

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

#71abb9 Text Font Color

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

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


#71abb9 Background Color

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

This div background color is #71abb9


#71abb9 Border Color

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

This div border color is #71abb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abb9


Comments

No comments written yet.

Please login to write comment.