Color Hex Logo

#829dad Color Hex

#829DAD
(130,157,173)
0 Favorites   0 Comments

Color spaces of #829dad

RGB 130157173
HSL0.560.210.59
HSV202°25°68°
CMYK 0.250.090.00   0.32
XYZ28.805731.876944.1698
Yxy31.87690.27470.3040
Hunter Lab56.4596-7.7337-6.8623
CIE-Lab63.2410-5.7025-11.4310

#829dad color RGB value is (130,157,173).

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

The process color (four color CMYK) of #829dad color hex is 0.25, 0.09, 0.00, 0.32. Web safe color of #829dad is #999999. Color #829dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011101 10101101
Octal 202 235 255
Decimal 130 157 173
Hex 82 9D AD

RGB Percentages of Color #829dad

%28.26
%34.13
%37.61

CMYK Percentages of Color #829dad

%25
%9
%0
%32

Triadic Colors of #829dad

#829dad #ad829d #9dad82

Analogous Colors of #829dad

#829dad #8288ad #82ada8

Monochromatic Colors of #829dad

#829dad

Complementary Color

#829dad #ad9282

#829dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#829dad Color CSS Codes

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

#829dad Text Font Color

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

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


#829dad Background Color

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

This div background color is #829dad


#829dad Border Color

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

This div border color is #829dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829dad


Comments

No comments written yet.

Please login to write comment.