Color Hex Logo

#829faa Color Hex

#829FAA
(130,159,170)
0 Favorites   0 Comments

Color spaces of #829faa

RGB 130159170
HSL0.550.190.59
HSV197°24°67°
CMYK 0.240.060.00   0.33
XYZ28.859832.444442.7715
Yxy32.44440.27730.3117
Hunter Lab56.9600-9.2397-4.6491
CIE-Lab63.7085-7.5073-9.0459

#829faa color RGB value is (130,159,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011111 10101010
Octal 202 237 252
Decimal 130 159 170
Hex 82 9F AA

RGB Percentages of Color #829faa

%28.32
%34.64
%37.04

CMYK Percentages of Color #829faa

%24
%6
%0
%33

Triadic Colors of #829faa

#829faa #aa829f #9faa82

Analogous Colors of #829faa

#829faa #828baa #82aaa1

Monochromatic Colors of #829faa

#829faa

Complementary Color

#829faa #aa8d82

#829faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#829faa Color CSS Codes

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

#829faa Text Font Color

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

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


#829faa Background Color

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

This div background color is #829faa


#829faa Border Color

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

This div border color is #829faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829faa


Comments

No comments written yet.

Please login to write comment.