Color Hex Logo

#82aeee Color Hex

#82AEEE
(130,174,238)
0 Favorites   0 Comments

Color spaces of #82aeee

RGB 130174238
HSL0.600.760.72
HSV216°45°93°
CMYK 0.450.270.00   0.07
XYZ39.774641.191086.7432
Yxy41.19100.23720.2456
Hunter Lab64.1802-1.6930-35.2076
CIE-Lab70.30951.9654-36.5956

#82aeee color RGB value is (130,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 11101110
Octal 202 256 356
Decimal 130 174 238
Hex 82 AE EE

RGB Percentages of Color #82aeee

%23.99
%32.10
%43.91

CMYK Percentages of Color #82aeee

%45
%27
%0
%7

Triadic Colors of #82aeee

#82aeee #ee82ae #aeee82

Analogous Colors of #82aeee

#82aeee #8c82ee #82e4ee

Monochromatic Colors of #82aeee

#82aeee

Complementary Color

#82aeee #eec282

#82aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aeee Color CSS Codes

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

#82aeee Text Font Color

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

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


#82aeee Background Color

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

This div background color is #82aeee


#82aeee Border Color

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

This div border color is #82aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aeee


Comments

No comments written yet.

Please login to write comment.