Color Hex Logo

#829baa Color Hex

#829BAA
(130,155,170)
0 Favorites   0 Comments

Color spaces of #829baa

RGB 130155170
HSL0.560.190.59
HSV203°24°67°
CMYK 0.240.090.00   0.33
XYZ28.183031.090842.5459
Yxy31.09080.27680.3054
Hunter Lab55.7591-7.3571-6.2087
CIE-Lab62.5842-5.3092-10.7263

#829baa color RGB value is (130,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 10101010
Octal 202 233 252
Decimal 130 155 170
Hex 82 9B AA

RGB Percentages of Color #829baa

%28.57
%34.07
%37.36

CMYK Percentages of Color #829baa

%24
%9
%0
%33

Triadic Colors of #829baa

#829baa #aa829b #9baa82

Analogous Colors of #829baa

#829baa #8287aa #82aaa5

Monochromatic Colors of #829baa

#829baa

Complementary Color

#829baa #aa9182

#829baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#829baa Color CSS Codes

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

#829baa Text Font Color

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

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


#829baa Background Color

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

This div background color is #829baa


#829baa Border Color

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

This div border color is #829baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829baa


Comments

No comments written yet.

Please login to write comment.