Color Hex Logo

#829aad Color Hex

#829AAD
(130,154,173)
0 Favorites   0 Comments

Color spaces of #829aad

RGB 130154173
HSL0.570.210.59
HSV207°25°68°
CMYK 0.250.110.00   0.32
XYZ28.304330.874244.0027
Yxy30.87420.27430.2992
Hunter Lab55.5646-6.3110-8.0578
CIE-Lab62.4013-4.0431-12.6918

#829aad color RGB value is (130,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 10101101
Octal 202 232 255
Decimal 130 154 173
Hex 82 9A AD

RGB Percentages of Color #829aad

%28.45
%33.70
%37.86

CMYK Percentages of Color #829aad

%25
%11
%0
%32

Triadic Colors of #829aad

#829aad #ad829a #9aad82

Analogous Colors of #829aad

#829aad #8285ad #82adab

Monochromatic Colors of #829aad

#829aad

Complementary Color

#829aad #ad9582

#829aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#829aad Color CSS Codes

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

#829aad Text Font Color

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

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


#829aad Background Color

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

This div background color is #829aad


#829aad Border Color

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

This div border color is #829aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829aad


Comments

No comments written yet.

Please login to write comment.