Color Hex Logo

#829cae Color Hex

#829CAE
(130,156,174)
0 Favorites   0 Comments

Color spaces of #829cae

RGB 130156174
HSL0.570.210.60
HSV205°25°68°
CMYK 0.250.100.00   0.32
XYZ28.734431.578844.6252
Yxy31.57880.27380.3009
Hunter Lab56.1950-7.0682-7.7465
CIE-Lab62.9932-4.9118-12.3653

#829cae color RGB value is (130,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 10101110
Octal 202 234 256
Decimal 130 156 174
Hex 82 9C AE

RGB Percentages of Color #829cae

%28.26
%33.91
%37.83

CMYK Percentages of Color #829cae

%25
%10
%0
%32

Triadic Colors of #829cae

#829cae #ae829c #9cae82

Analogous Colors of #829cae

#829cae #8286ae #82aeaa

Monochromatic Colors of #829cae

#829cae

Complementary Color

#829cae #ae9482

#829cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cae Color CSS Codes

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

#829cae Text Font Color

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

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


#829cae Background Color

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

This div background color is #829cae


#829cae Border Color

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

This div border color is #829cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cae


Comments

No comments written yet.

Please login to write comment.