Color Hex Logo

#829fae Color Hex

#829FAE
(130,159,174)
0 Favorites   0 Comments

Color spaces of #829fae

RGB 130159174
HSL0.560.210.60
HSV200°25°68°
CMYK 0.250.090.00   0.32
XYZ29.244032.598144.7951
Yxy32.59810.27420.3057
Hunter Lab57.0947-8.4879-6.5511
CIE-Lab63.8342-6.5643-11.1037

#829fae color RGB value is (130,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011111 10101110
Octal 202 237 256
Decimal 130 159 174
Hex 82 9F AE

RGB Percentages of Color #829fae

%28.08
%34.34
%37.58

CMYK Percentages of Color #829fae

%25
%9
%0
%32

Triadic Colors of #829fae

#829fae #ae829f #9fae82

Analogous Colors of #829fae

#829fae #8289ae #82aea7

Monochromatic Colors of #829fae

#829fae

Complementary Color

#829fae #ae9182

#829fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#829fae Color CSS Codes

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

#829fae Text Font Color

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

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


#829fae Background Color

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

This div background color is #829fae


#829fae Border Color

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

This div border color is #829fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829fae


Comments

No comments written yet.

Please login to write comment.