Color Hex Logo

#82adeb Color Hex

#82ADEB
(130,173,235)
0 Favorites   0 Comments

Color spaces of #82adeb

RGB 130173235
HSL0.600.720.72
HSV215°45°92°
CMYK 0.450.260.00   0.08
XYZ39.144940.631184.3767
Yxy40.63110.23850.2475
Hunter Lab63.7425-1.9309-33.8631
CIE-Lab69.91671.6746-35.5713

#82adeb color RGB value is (130,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11101011
Octal 202 255 353
Decimal 130 173 235
Hex 82 AD EB

RGB Percentages of Color #82adeb

%24.16
%32.16
%43.68

CMYK Percentages of Color #82adeb

%45
%26
%0
%8

Triadic Colors of #82adeb

#82adeb #eb82ad #adeb82

Analogous Colors of #82adeb

#82adeb #8c82eb #82e2eb

Monochromatic Colors of #82adeb

#82adeb

Complementary Color

#82adeb #ebc082

#82adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adeb Color CSS Codes

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

#82adeb Text Font Color

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

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


#82adeb Background Color

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

This div background color is #82adeb


#82adeb Border Color

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

This div border color is #82adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adeb


Comments

No comments written yet.

Please login to write comment.