Color Hex Logo

#82aaeb Color Hex

#82AAEB
(130,170,235)
0 Favorites   0 Comments

Color spaces of #82aaeb

RGB 130170235
HSL0.600.720.72
HSV217°45°92°
CMYK 0.450.280.00   0.08
XYZ38.576039.493484.1871
Yxy39.49340.23770.2434
Hunter Lab62.8438-0.4062-35.4357
CIE-Lab69.10723.3529-36.8293

#82aaeb color RGB value is (130,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101010 11101011
Octal 202 252 353
Decimal 130 170 235
Hex 82 AA EB

RGB Percentages of Color #82aaeb

%24.30
%31.78
%43.93

CMYK Percentages of Color #82aaeb

%45
%28
%0
%8

Triadic Colors of #82aaeb

#82aaeb #eb82aa #aaeb82

Analogous Colors of #82aaeb

#82aaeb #8f82eb #82dfeb

Monochromatic Colors of #82aaeb

#82aaeb

Complementary Color

#82aaeb #ebc382

#82aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aaeb Color CSS Codes

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

#82aaeb Text Font Color

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

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


#82aaeb Background Color

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

This div background color is #82aaeb


#82aaeb Border Color

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

This div border color is #82aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aaeb


Comments

No comments written yet.

Please login to write comment.