Color Hex Logo

#82faad Color Hex

#82FAAD
(130,250,173)
0 Favorites   0 Comments

Color spaces of #82faad

RGB 130250173
HSL0.390.920.75
HSV142°48°98°
CMYK 0.480.000.31   0.02
XYZ50.934476.134251.5460
Yxy76.13420.28520.4262
Hunter Lab87.2549-48.498126.0528
CIE-Lab89.9216-50.432526.7490

#82faad color RGB value is (130,250,173).

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

The process color (four color CMYK) of #82faad color hex is 0.48, 0.00, 0.31, 0.02. Web safe color of #82faad is #99ff99. Color #82faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111010 10101101
Octal 202 372 255
Decimal 130 250 173
Hex 82 FA AD

RGB Percentages of Color #82faad

%23.51
%45.21
%31.28

CMYK Percentages of Color #82faad

%48
%0
%31
%2

Triadic Colors of #82faad

#82faad #ad82fa #faad82

Analogous Colors of #82faad

#82faad #82fae9 #93fa82

Monochromatic Colors of #82faad

#82faad

Complementary Color

#82faad #fa82cf

#82faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#82faad Color CSS Codes

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

#82faad Text Font Color

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

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


#82faad Background Color

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

This div background color is #82faad


#82faad Border Color

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

This div border color is #82faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82faad


Comments

No comments written yet.

Please login to write comment.