Color Hex Logo

#829aae Color Hex

#829AAE
(130,154,174)
0 Favorites   0 Comments

Color spaces of #829aae

RGB 130154174
HSL0.580.210.60
HSV207°25°68°
CMYK 0.250.110.00   0.32
XYZ28.401530.913044.5143
Yxy30.91300.27350.2977
Hunter Lab55.5995-6.1171-8.5494
CIE-Lab62.4341-3.8028-13.2061

#829aae color RGB value is (130,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 10101110
Octal 202 232 256
Decimal 130 154 174
Hex 82 9A AE

RGB Percentages of Color #829aae

%28.38
%33.62
%37.99

CMYK Percentages of Color #829aae

%25
%11
%0
%32

Triadic Colors of #829aae

#829aae #ae829a #9aae82

Analogous Colors of #829aae

#829aae #8284ae #82aeac

Monochromatic Colors of #829aae

#829aae

Complementary Color

#829aae #ae9682

#829aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#829aae Color CSS Codes

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

#829aae Text Font Color

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

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


#829aae Background Color

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

This div background color is #829aae


#829aae Border Color

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

This div border color is #829aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829aae


Comments

No comments written yet.

Please login to write comment.