Color Hex Logo

#82afab Color Hex

#82AFAB
(130,175,171)
0 Favorites   0 Comments

Color spaces of #82afab

RGB 130175171
HSL0.490.220.60
HSV175°26°69°
CMYK 0.260.000.02   0.31
XYZ31.886638.346044.2490
Yxy38.34600.27850.3350
Hunter Lab61.9241-16.45230.9802
CIE-Lab68.2749-15.8296-2.8404

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

#82afab hex color red value is 130, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #82afab hue: 0.49 , saturation: 0.22 and the lightness value of 82afab is 0.60.

The process color (four color CMYK) of #82afab color hex is 0.26, 0.00, 0.02, 0.31. Web safe color of #82afab is #999999. Color #82afab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101111 10101011
Octal 202 257 253
Decimal 130 175 171
Hex 82 AF AB

RGB Percentages of Color #82afab

%27.31
%36.76
%35.92

CMYK Percentages of Color #82afab

%26
%0
%2
%31

Triadic Colors of #82afab

#82afab #ab82af #afab82

Analogous Colors of #82afab

#82afab #829daf #82af95

Monochromatic Colors of #82afab

#82afab

Complementary Color

#82afab #af8286

#82afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#82afab Color CSS Codes

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

#82afab Text Font Color

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

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


#82afab Background Color

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

This div background color is #82afab


#82afab Border Color

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

This div border color is #82afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82afab


Comments

No comments written yet.

Please login to write comment.