Color Hex Logo

#82bdff Color Hex

#82BDFF
(130,189,255)
0 Favorites   0 Comments

Color spaces of #82bdff

RGB 130189255
HSL0.591.000.75
HSV212°49°100°
CMYK 0.490.260.00   0.00
XYZ45.453548.3610101.5467
Yxy48.36100.23270.2475
Hunter Lab69.5421-5.0290-37.8970
CIE-Lab75.0521-1.4632-38.4170

#82bdff color RGB value is (130,189,255).

#82bdff hex color red value is 130, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #82bdff hue: 0.59 , saturation: 1.00 and the lightness value of 82bdff is 0.75.

The process color (four color CMYK) of #82bdff color hex is 0.49, 0.26, 0.00, 0.00. Web safe color of #82bdff is #99ccff. Color #82bdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111101 11111111
Octal 202 275 377
Decimal 130 189 255
Hex 82 BD FF

RGB Percentages of Color #82bdff

%22.65
%32.93
%44.43

CMYK Percentages of Color #82bdff

%49
%26
%0
%0

Triadic Colors of #82bdff

#82bdff #ff82bd #bdff82

Analogous Colors of #82bdff

#82bdff #8682ff #82fcff

Monochromatic Colors of #82bdff

#82bdff

Complementary Color

#82bdff #ffc482

#82bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bdff Color CSS Codes

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

#82bdff Text Font Color

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

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


#82bdff Background Color

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

This div background color is #82bdff


#82bdff Border Color

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

This div border color is #82bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bdff

#82bdff Color Palettes


Comments

No comments written yet.

Please login to write comment.