Color Hex Logo

#82afef Color Hex

#82AFEF
(130,175,239)
0 Favorites   0 Comments

Color spaces of #82afef

RGB 130175239
HSL0.600.770.72
HSV215°46°94°
CMYK 0.460.270.00   0.06
XYZ40.115941.637887.5839
Yxy41.63780.23690.2459
Hunter Lab64.5274-1.9515-35.3060
CIE-Lab70.62051.6918-36.6565

#82afef color RGB value is (130,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101111 11101111
Octal 202 257 357
Decimal 130 175 239
Hex 82 AF EF

RGB Percentages of Color #82afef

%23.90
%32.17
%43.93

CMYK Percentages of Color #82afef

%46
%27
%0
%6

Triadic Colors of #82afef

#82afef #ef82af #afef82

Analogous Colors of #82afef

#82afef #8c82ef #82e6ef

Monochromatic Colors of #82afef

#82afef

Complementary Color

#82afef #efc282

#82afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82afef Color CSS Codes

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

#82afef Text Font Color

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

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


#82afef Background Color

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

This div background color is #82afef


#82afef Border Color

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

This div border color is #82afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82afef


Comments

No comments written yet.

Please login to write comment.