Color Hex Logo

#82fdad Color Hex

#82FDAD
(130,253,173)
0 Favorites   0 Comments

Color spaces of #82fdad

RGB 130253173
HSL0.390.970.75
HSV141°49°99°
CMYK 0.490.000.32   0.01
XYZ51.874078.013551.8592
Yxy78.01350.28540.4292
Hunter Lab88.3253-49.735027.0162
CIE-Lab90.7861-51.676527.9244

#82fdad color RGB value is (130,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111101 10101101
Octal 202 375 255
Decimal 130 253 173
Hex 82 FD AD

RGB Percentages of Color #82fdad

%23.38
%45.50
%31.12

CMYK Percentages of Color #82fdad

%49
%0
%32
%1

Triadic Colors of #82fdad

#82fdad #ad82fd #fdad82

Analogous Colors of #82fdad

#82fdad #82fdeb #95fd82

Monochromatic Colors of #82fdad

#82fdad

Complementary Color

#82fdad #fd82d2

#82fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fdad Color CSS Codes

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

#82fdad Text Font Color

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

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


#82fdad Background Color

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

This div background color is #82fdad


#82fdad Border Color

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

This div border color is #82fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fdad


Comments

No comments written yet.

Please login to write comment.