Color Hex Logo

#82adf0 Color Hex

#82ADF0
(130,173,240)
0 Favorites   0 Comments

Color spaces of #82adf0

RGB 130173240
HSL0.600.790.73
HSV217°46°94°
CMYK 0.460.280.00   0.06
XYZ39.877740.924288.2355
Yxy40.92420.23590.2421
Hunter Lab63.9720-0.6810-36.9972
CIE-Lab70.12283.0932-37.9748

#82adf0 color RGB value is (130,173,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11110000
Octal 202 255 360
Decimal 130 173 240
Hex 82 AD F0

RGB Percentages of Color #82adf0

%23.94
%31.86
%44.20

CMYK Percentages of Color #82adf0

%46
%28
%0
%6

Triadic Colors of #82adf0

#82adf0 #f082ad #adf082

Analogous Colors of #82adf0

#82adf0 #8e82f0 #82e4f0

Monochromatic Colors of #82adf0

#82adf0

Complementary Color

#82adf0 #f0c582

#82adf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adf0 Color CSS Codes

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

#82adf0 Text Font Color

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

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


#82adf0 Background Color

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

This div background color is #82adf0


#82adf0 Border Color

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

This div border color is #82adf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adf0


Comments

No comments written yet.

Please login to write comment.