Color Hex Logo

#82ffab Color Hex

#82FFAB
(130,255,171)
1 Favorites   0 Comments

Color spaces of #82ffab

RGB 130255171
HSL0.391.000.75
HSV140°49°100°
CMYK 0.490.000.33   0.00
XYZ52.316679.206151.0590
Yxy79.20610.28650.4338
Hunter Lab88.9978-50.816528.2832
CIE-Lab91.3275-52.851329.6653

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

#82ffab hex color red value is 130, green value is 255 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #82ffab hue: 0.39 , saturation: 1.00 and the lightness value of 82ffab is 0.75.

The process color (four color CMYK) of #82ffab color hex is 0.49, 0.00, 0.33, 0.00. Web safe color of #82ffab is #99ff99. Color #82ffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 10101011
Octal 202 377 253
Decimal 130 255 171
Hex 82 FF AB

RGB Percentages of Color #82ffab

%23.38
%45.86
%30.76

CMYK Percentages of Color #82ffab

%49
%0
%33
%0

Triadic Colors of #82ffab

#82ffab #ab82ff #ffab82

Analogous Colors of #82ffab

#82ffab #82ffea #98ff82

Monochromatic Colors of #82ffab

#82ffab

Complementary Color

#82ffab #ff82d6

#82ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffab Color CSS Codes

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

#82ffab Text Font Color

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

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


#82ffab Background Color

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

This div background color is #82ffab


#82ffab Border Color

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

This div border color is #82ffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffab


Comments

No comments written yet.

Please login to write comment.