Color Hex Logo

#82fade Color Hex

#82FADE
(130,250,222)
0 Favorites   0 Comments

Color spaces of #82fade

RGB 130250222
HSL0.460.920.75
HSV166°48°98°
CMYK 0.480.000.11   0.02
XYZ56.576378.391081.2563
Yxy78.39100.26170.3625
Hunter Lab88.5387-40.88117.5637
CIE-Lab90.9580-40.42652.9999

#82fade color RGB value is (130,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111010 11011110
Octal 202 372 336
Decimal 130 250 222
Hex 82 FA DE

RGB Percentages of Color #82fade

%21.59
%41.53
%36.88

CMYK Percentages of Color #82fade

%48
%0
%11
%2

Triadic Colors of #82fade

#82fade #de82fa #fade82

Analogous Colors of #82fade

#82fade #82dafa #82faa2

Monochromatic Colors of #82fade

#82fade

Complementary Color

#82fade #fa829e

#82fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fade Color CSS Codes

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

#82fade Text Font Color

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

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


#82fade Background Color

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

This div background color is #82fade


#82fade Border Color

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

This div border color is #82fade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,250,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #82fade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fade

#82fade Color Palettes


Comments

No comments written yet.

Please login to write comment.