Color Hex Logo

#82acab Color Hex

#82ACAB
(130,172,171)
0 Favorites   0 Comments

Color spaces of #82acab

RGB 130172171
HSL0.500.200.59
HSV179°24°67°
CMYK 0.240.000.01   0.33
XYZ31.309137.191144.0565
Yxy37.19110.27820.3304
Hunter Lab60.9845-15.0820-0.1432
CIE-Lab67.4202-14.2557-4.0989

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 10101011
Octal 202 254 253
Decimal 130 172 171
Hex 82 AC AB

RGB Percentages of Color #82acab

%27.48
%36.36
%36.15

CMYK Percentages of Color #82acab

%24
%0
%1
%33

Triadic Colors of #82acab

#82acab #ab82ac #acab82

Analogous Colors of #82acab

#82acab #8298ac #82ac96

Monochromatic Colors of #82acab

#82acab

Complementary Color

#82acab #ac8283

#82acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acab Color CSS Codes

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

#82acab Text Font Color

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

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


#82acab Background Color

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

This div background color is #82acab


#82acab Border Color

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

This div border color is #82acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acab


Comments

No comments written yet.

Please login to write comment.