Color Hex Logo

#829fa9 Color Hex

#829FA9
(130,159,169)
0 Favorites   0 Comments

Color spaces of #829fa9

RGB 130159169
HSL0.540.180.59
HSV195°23°66°
CMYK 0.230.060.00   0.34
XYZ28.765532.406742.2751
Yxy32.40670.27810.3133
Hunter Lab56.9269-9.4249-4.1812
CIE-Lab63.6776-7.7406-8.5303

#829fa9 color RGB value is (130,159,169).

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

The process color (four color CMYK) of #829fa9 color hex is 0.23, 0.06, 0.00, 0.34. Web safe color of #829fa9 is #999999. Color #829fa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011111 10101001
Octal 202 237 251
Decimal 130 159 169
Hex 82 9F A9

RGB Percentages of Color #829fa9

%28.38
%34.72
%36.90

CMYK Percentages of Color #829fa9

%23
%6
%0
%34

Triadic Colors of #829fa9

#829fa9 #a9829f #9fa982

Analogous Colors of #829fa9

#829fa9 #828ca9 #82a9a0

Monochromatic Colors of #829fa9

#829fa9

Complementary Color

#829fa9 #a98c82

#829fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829fa9 Color CSS Codes

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

#829fa9 Text Font Color

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

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


#829fa9 Background Color

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

This div background color is #829fa9


#829fa9 Border Color

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

This div border color is #829fa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829fa9


Comments

No comments written yet.

Please login to write comment.