Color Hex Logo

#82abad Color Hex

#82ABAD
(130,171,173)
0 Favorites   0 Comments

Color spaces of #82abad

RGB 130171173
HSL0.510.210.59
HSV183°25°68°
CMYK 0.250.010.00   0.32
XYZ31.311736.888845.0051
Yxy36.88880.27660.3259
Hunter Lab60.7362-14.2650-1.4182
CIE-Lab67.1935-13.2693-5.5438

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

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

The process color (four color CMYK) of #82abad color hex is 0.25, 0.01, 0.00, 0.32. Web safe color of #82abad is #999999. Color #82abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101011 10101101
Octal 202 253 255
Decimal 130 171 173
Hex 82 AB AD

RGB Percentages of Color #82abad

%27.43
%36.08
%36.50

CMYK Percentages of Color #82abad

%25
%1
%0
%32

Triadic Colors of #82abad

#82abad #ad82ab #abad82

Analogous Colors of #82abad

#82abad #8296ad #82ad9a

Monochromatic Colors of #82abad

#82abad

Complementary Color

#82abad #ad8482

#82abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#82abad Color CSS Codes

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

#82abad Text Font Color

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

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


#82abad Background Color

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

This div background color is #82abad


#82abad Border Color

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

This div border color is #82abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82abad


Comments

No comments written yet.

Please login to write comment.