Color Hex Logo

#82acdb Color Hex

#82ACDB
(130,172,219)
0 Favorites   0 Comments

Color spaces of #82acdb

RGB 130172219
HSL0.590.550.68
HSV212°41°86°
CMYK 0.410.210.00   0.14
XYZ36.744639.365372.6795
Yxy39.36530.24700.2646
Hunter Lab62.7418-5.2599-24.7618
CIE-Lab69.0151-2.2036-28.2113

#82acdb color RGB value is (130,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 11011011
Octal 202 254 333
Decimal 130 172 219
Hex 82 AC DB

RGB Percentages of Color #82acdb

%24.95
%33.01
%42.03

CMYK Percentages of Color #82acdb

%41
%21
%0
%14

Triadic Colors of #82acdb

#82acdb #db82ac #acdb82

Analogous Colors of #82acdb

#82acdb #8582db #82d9db

Monochromatic Colors of #82acdb

#82acdb

Complementary Color

#82acdb #dbb182

#82acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acdb Color CSS Codes

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

#82acdb Text Font Color

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

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


#82acdb Background Color

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

This div background color is #82acdb


#82acdb Border Color

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

This div border color is #82acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acdb


Comments

No comments written yet.

Please login to write comment.