Color Hex Logo

#829cab Color Hex

#829CAB
(130,156,171)
0 Favorites   0 Comments

Color spaces of #829cab

RGB 130156171
HSL0.560.200.59
HSV202°24°67°
CMYK 0.240.090.00   0.33
XYZ28.445131.463043.1018
Yxy31.46300.27610.3054
Hunter Lab56.0919-7.6406-6.2950
CIE-Lab62.8966-5.6251-10.8218

#829cab color RGB value is (130,156,171).

#829cab hex color red value is 130, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #829cab hue: 0.56 , saturation: 0.20 and the lightness value of 829cab is 0.59.

The process color (four color CMYK) of #829cab color hex is 0.24, 0.09, 0.00, 0.33. Web safe color of #829cab is #999999. Color #829cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 10101011
Octal 202 234 253
Decimal 130 156 171
Hex 82 9C AB

RGB Percentages of Color #829cab

%28.45
%34.14
%37.42

CMYK Percentages of Color #829cab

%24
%9
%0
%33

Triadic Colors of #829cab

#829cab #ab829c #9cab82

Analogous Colors of #829cab

#829cab #8288ab #82aba6

Monochromatic Colors of #829cab

#829cab

Complementary Color

#829cab #ab9182

#829cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cab Color CSS Codes

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

#829cab Text Font Color

<p style="color:#829cab">Text here</p>

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


#829cab Background Color

<div style="background-color:#829cab">
Div content here</div>

This div background color is #829cab


#829cab Border Color

<div style="border:3px solid #829cab">
Div here</div>

This div border color is #829cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cab


Comments

No comments written yet.

Please login to write comment.