Color Hex Logo

#82aaea Color Hex

#82AAEA
(130,170,234)
0 Favorites   0 Comments

Color spaces of #82aaea

RGB 130170234
HSL0.600.710.71
HSV217°44°92°
CMYK 0.440.270.00   0.08
XYZ38.431939.435883.4282
Yxy39.43580.23830.2445
Hunter Lab62.7979-0.6556-34.8093
CIE-Lab69.06583.0698-36.3474

#82aaea color RGB value is (130,170,234).

#82aaea hex color red value is 130, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #82aaea hue: 0.60 , saturation: 0.71 and the lightness value of 82aaea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101010 11101010
Octal 202 252 352
Decimal 130 170 234
Hex 82 AA EA

RGB Percentages of Color #82aaea

%24.34
%31.84
%43.82

CMYK Percentages of Color #82aaea

%44
%27
%0
%8

Triadic Colors of #82aaea

#82aaea #ea82aa #aaea82

Analogous Colors of #82aaea

#82aaea #8e82ea #82deea

Monochromatic Colors of #82aaea

#82aaea

Complementary Color

#82aaea #eac282

#82aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aaea Color CSS Codes

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

#82aaea Text Font Color

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

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


#82aaea Background Color

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

This div background color is #82aaea


#82aaea Border Color

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

This div border color is #82aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aaea


Comments

No comments written yet.

Please login to write comment.