Color Hex Logo

#82adea Color Hex

#82ADEA
(130,173,234)
0 Favorites   0 Comments

Color spaces of #82adea

RGB 130173234
HSL0.600.710.71
HSV215°44°92°
CMYK 0.440.260.00   0.08
XYZ39.000840.573583.6178
Yxy40.57350.23900.2486
Hunter Lab63.6973-2.1778-33.2440
CIE-Lab69.87611.3926-35.0889

#82adea color RGB value is (130,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11101010
Octal 202 255 352
Decimal 130 173 234
Hex 82 AD EA

RGB Percentages of Color #82adea

%24.21
%32.22
%43.58

CMYK Percentages of Color #82adea

%44
%26
%0
%8

Triadic Colors of #82adea

#82adea #ea82ad #adea82

Analogous Colors of #82adea

#82adea #8b82ea #82e1ea

Monochromatic Colors of #82adea

#82adea

Complementary Color

#82adea #eabf82

#82adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adea Color CSS Codes

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

#82adea Text Font Color

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

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


#82adea Background Color

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

This div background color is #82adea


#82adea Border Color

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

This div border color is #82adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adea


Comments

No comments written yet.

Please login to write comment.