Color Hex Logo

#82ffad Color Hex

#82FFAD
(130,255,173)
0 Favorites   0 Comments

Color spaces of #82ffad

RGB 130255173
HSL0.391.000.75
HSV141°49°100°
CMYK 0.490.000.32   0.00
XYZ52.508779.283052.0708
Yxy79.28300.28560.4312
Hunter Lab89.0410-50.557927.6562
CIE-Lab91.3622-52.500128.7055

#82ffad color RGB value is (130,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 10101101
Octal 202 377 255
Decimal 130 255 173
Hex 82 FF AD

RGB Percentages of Color #82ffad

%23.30
%45.70
%31.00

CMYK Percentages of Color #82ffad

%49
%0
%32
%0

Triadic Colors of #82ffad

#82ffad #ad82ff #ffad82

Analogous Colors of #82ffad

#82ffad #82ffec #96ff82

Monochromatic Colors of #82ffad

#82ffad

Complementary Color

#82ffad #ff82d4

#82ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffad Color CSS Codes

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

#82ffad Text Font Color

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

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


#82ffad Background Color

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

This div background color is #82ffad


#82ffad Border Color

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

This div border color is #82ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffad


Comments

No comments written yet.

Please login to write comment.