Color Hex Logo

#82abab Color Hex

#82ABAB
(130,171,171)
0 Favorites   0 Comments

Color spaces of #82abab

RGB 130171171
HSL0.500.200.59
HSV180°24°67°
CMYK 0.240.000.00   0.33
XYZ31.119536.811943.9933
Yxy36.81190.27800.3289
Hunter Lab60.6728-14.6235-0.5197
CIE-Lab67.1357-13.7280-4.5186

#82abab color RGB value is (130,171,171).

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

The process color (four color CMYK) of #82abab color hex is 0.24, 0.00, 0.00, 0.33. Web safe color of #82abab is #999999. Color #82abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101011 10101011
Octal 202 253 253
Decimal 130 171 171
Hex 82 AB AB

RGB Percentages of Color #82abab

%27.54
%36.23
%36.23

CMYK Percentages of Color #82abab

%24
%0
%0
%33

Triadic Colors of #82abab

#82abab #ab82ab #abab82

Analogous Colors of #82abab

#82abab #8297ab #82ab97

Monochromatic Colors of #82abab

#82abab

Complementary Color

#82abab #ab8282

#82abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#82abab Color CSS Codes

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

#82abab Text Font Color

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

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


#82abab Background Color

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

This div background color is #82abab


#82abab Border Color

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

This div border color is #82abab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,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 #82abab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82abab


Comments

No comments written yet.

Please login to write comment.