Color Hex Logo

#82abdb Color Hex

#82ABDB
(130,171,219)
0 Favorites   0 Comments

Color spaces of #82abdb

RGB 130171219
HSL0.590.550.68
HSV212°41°86°
CMYK 0.410.220.00   0.14
XYZ36.555038.986172.6163
Yxy38.98610.24670.2631
Hunter Lab62.4389-4.7647-25.2470
CIE-Lab68.7412-1.6507-28.6328

#82abdb color RGB value is (130,171,219).

#82abdb hex color red value is 130, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #82abdb hue: 0.59 , saturation: 0.55 and the lightness value of 82abdb is 0.68.

The process color (four color CMYK) of #82abdb color hex is 0.41, 0.22, 0.00, 0.14. Web safe color of #82abdb is #9999cc. Color #82abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101011 11011011
Octal 202 253 333
Decimal 130 171 219
Hex 82 AB DB

RGB Percentages of Color #82abdb

%25.00
%32.88
%42.12

CMYK Percentages of Color #82abdb

%41
%22
%0
%14

Triadic Colors of #82abdb

#82abdb #db82ab #abdb82

Analogous Colors of #82abdb

#82abdb #8682db #82d8db

Monochromatic Colors of #82abdb

#82abdb

Complementary Color

#82abdb #dbb282

#82abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82abdb Color CSS Codes

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

#82abdb Text Font Color

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

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


#82abdb Background Color

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

This div background color is #82abdb


#82abdb Border Color

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

This div border color is #82abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82abdb


Comments

No comments written yet.

Please login to write comment.