Color Hex Logo

#82adcc Color Hex

#82ADCC
(130,173,204)
0 Favorites   0 Comments

Color spaces of #82adcc

RGB 130173204
HSL0.570.420.65
HSV205°36°80°
CMYK 0.360.150.00   0.20
XYZ35.048638.992662.8058
Yxy38.99260.25610.2849
Hunter Lab62.4441-9.0886-15.9226
CIE-Lab68.7459-6.7360-20.3719

#82adcc color RGB value is (130,173,204).

#82adcc hex color red value is 130, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #82adcc hue: 0.57 , saturation: 0.42 and the lightness value of 82adcc is 0.65.

The process color (four color CMYK) of #82adcc color hex is 0.36, 0.15, 0.00, 0.20. Web safe color of #82adcc is #9999cc. Color #82adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11001100
Octal 202 255 314
Decimal 130 173 204
Hex 82 AD CC

RGB Percentages of Color #82adcc

%25.64
%34.12
%40.24

CMYK Percentages of Color #82adcc

%36
%15
%0
%20

Triadic Colors of #82adcc

#82adcc #cc82ad #adcc82

Analogous Colors of #82adcc

#82adcc #8288cc #82ccc6

Monochromatic Colors of #82adcc

#82adcc

Complementary Color

#82adcc #cca182

#82adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adcc Color CSS Codes

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

#82adcc Text Font Color

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

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


#82adcc Background Color

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

This div background color is #82adcc


#82adcc Border Color

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

This div border color is #82adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adcc


Comments

No comments written yet.

Please login to write comment.