Color Hex Logo

#82adef Color Hex

#82ADEF
(130,173,239)
0 Favorites   0 Comments

Color spaces of #82adef

RGB 130173239
HSL0.600.770.72
HSV216°46°94°
CMYK 0.460.280.00   0.06
XYZ39.729540.865087.4551
Yxy40.86500.23640.2432
Hunter Lab63.9257-0.9333-36.3651
CIE-Lab70.08122.8081-37.4950

#82adef color RGB value is (130,173,239).

#82adef hex color red value is 130, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #82adef hue: 0.60 , saturation: 0.77 and the lightness value of 82adef is 0.72.

The process color (four color CMYK) of #82adef color hex is 0.46, 0.28, 0.00, 0.06. Web safe color of #82adef is #9999ff. Color #82adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11101111
Octal 202 255 357
Decimal 130 173 239
Hex 82 AD EF

RGB Percentages of Color #82adef

%23.99
%31.92
%44.10

CMYK Percentages of Color #82adef

%46
%28
%0
%6

Triadic Colors of #82adef

#82adef #ef82ad #adef82

Analogous Colors of #82adef

#82adef #8e82ef #82e4ef

Monochromatic Colors of #82adef

#82adef

Complementary Color

#82adef #efc482

#82adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adef Color CSS Codes

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

#82adef Text Font Color

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

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


#82adef Background Color

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

This div background color is #82adef


#82adef Border Color

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

This div border color is #82adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adef


Comments

No comments written yet.

Please login to write comment.