Color Hex Logo

#82a1cc Color Hex

#82A1CC
(130,161,204)
0 Favorites   0 Comments

Color spaces of #82a1cc

RGB 130161204
HSL0.600.420.65
HSV215°36°80°
CMYK 0.360.210.00   0.20
XYZ32.849934.595262.0729
Yxy34.59520.25360.2671
Hunter Lab58.8177-3.2380-21.3990
CIE-Lab65.4323-0.1132-25.4349

#82a1cc color RGB value is (130,161,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10100001 11001100
Octal 202 241 314
Decimal 130 161 204
Hex 82 A1 CC

RGB Percentages of Color #82a1cc

%26.26
%32.53
%41.21

CMYK Percentages of Color #82a1cc

%36
%21
%0
%20

Triadic Colors of #82a1cc

#82a1cc #cc82a1 #a1cc82

Analogous Colors of #82a1cc

#82a1cc #8882cc #82c6cc

Monochromatic Colors of #82a1cc

#82a1cc

Complementary Color

#82a1cc #ccad82

#82a1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82a1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82a1cc Color CSS Codes

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

#82a1cc Text Font Color

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

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


#82a1cc Background Color

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

This div background color is #82a1cc


#82a1cc Border Color

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

This div border color is #82a1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82a1cc


Comments

No comments written yet.

Please login to write comment.