Color Hex Logo

#82aafe Color Hex

#82AAFE
(130,170,254)
0 Favorites   0 Comments

Color spaces of #82aafe

RGB 130170254
HSL0.610.980.75
HSV221°49°100°
CMYK 0.490.330.00   0.00
XYZ41.470040.651099.4267
Yxy40.65100.22840.2239
Hunter Lab63.75814.5244-47.8282
CIE-Lab69.93078.8383-45.8775

#82aafe color RGB value is (130,170,254).

#82aafe hex color red value is 130, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #82aafe hue: 0.61 , saturation: 0.98 and the lightness value of 82aafe is 0.75.

The process color (four color CMYK) of #82aafe color hex is 0.49, 0.33, 0.00, 0.00. Web safe color of #82aafe is #9999ff. Color #82aafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101010 11111110
Octal 202 252 376
Decimal 130 170 254
Hex 82 AA FE

RGB Percentages of Color #82aafe

%23.47
%30.69
%45.85

CMYK Percentages of Color #82aafe

%49
%33
%0
%0

Triadic Colors of #82aafe

#82aafe #fe82aa #aafe82

Analogous Colors of #82aafe

#82aafe #9882fe #82e8fe

Monochromatic Colors of #82aafe

#82aafe

Complementary Color

#82aafe #fed682

#82aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aafe Color CSS Codes

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

#82aafe Text Font Color

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

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


#82aafe Background Color

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

This div background color is #82aafe


#82aafe Border Color

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

This div border color is #82aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aafe


Comments

No comments written yet.

Please login to write comment.