Color Hex Logo

#71abab Color Hex

#71ABAB
(113,171,171)
1 Favorites   0 Comments

Color spaces of #71abab

RGB 113171171
HSL0.500.260.56
HSV180°34°67°
CMYK 0.340.000.00   0.33
XYZ28.723635.576843.8812
Yxy35.57680.26550.3289
Hunter Lab59.6463-18.4216-1.8667
CIE-Lab66.1953-18.7558-6.0142

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

#71abab hex color red value is 113, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #71abab hue: 0.50 , saturation: 0.26 and the lightness value of 71abab is 0.56.

The process color (four color CMYK) of #71abab color hex is 0.34, 0.00, 0.00, 0.33. Web safe color of #71abab is #669999. Color #71abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 10101011
Octal 161 253 253
Decimal 113 171 171
Hex 71 AB AB

RGB Percentages of Color #71abab

%24.84
%37.58
%37.58

CMYK Percentages of Color #71abab

%34
%0
%0
%33

Triadic Colors of #71abab

#71abab #ab71ab #abab71

Analogous Colors of #71abab

#71abab #718eab #71ab8e

Monochromatic Colors of #71abab

#71abab

Complementary Color

#71abab #ab7171

#71abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abab Color CSS Codes

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

#71abab Text Font Color

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

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


#71abab Background Color

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

This div background color is #71abab


#71abab Border Color

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

This div border color is #71abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abab

#71abab Color Palettes


Comments

No comments written yet.

Please login to write comment.