Color Hex Logo

#82adda Color Hex

#82ADDA
(130,173,218)
0 Favorites   0 Comments

Color spaces of #82adda

RGB 130173218
HSL0.590.540.68
HSV211°40°85°
CMYK 0.400.210.00   0.15
XYZ36.804439.694972.0518
Yxy39.69490.24780.2672
Hunter Lab63.0039-5.9841-23.7018
CIE-Lab69.2517-3.0260-27.2987

#82adda color RGB value is (130,173,218).

#82adda hex color red value is 130, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #82adda hue: 0.59 , saturation: 0.54 and the lightness value of 82adda is 0.68.

The process color (four color CMYK) of #82adda color hex is 0.40, 0.21, 0.00, 0.15. Web safe color of #82adda is #9999cc. Color #82adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11011010
Octal 202 255 332
Decimal 130 173 218
Hex 82 AD DA

RGB Percentages of Color #82adda

%24.95
%33.21
%41.84

CMYK Percentages of Color #82adda

%40
%21
%0
%15

Triadic Colors of #82adda

#82adda #da82ad #adda82

Analogous Colors of #82adda

#82adda #8382da #82d9da

Monochromatic Colors of #82adda

#82adda

Complementary Color

#82adda #daaf82

#82adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adda Color CSS Codes

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

#82adda Text Font Color

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

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


#82adda Background Color

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

This div background color is #82adda


#82adda Border Color

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

This div border color is #82adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adda


Comments

No comments written yet.

Please login to write comment.