Color Hex Logo

#829bae Color Hex

#829BAE
(130,155,174)
3 Favorites   0 Comments

Color spaces of #829bae

RGB 130155174
HSL0.570.210.60
HSV206°25°68°
CMYK 0.250.110.00   0.32
XYZ28.567231.244544.5695
Yxy31.24450.27370.2993
Hunter Lab55.8968-6.5933-8.1474
CIE-Lab62.7135-4.3582-12.7857

#829bae color RGB value is (130,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 10101110
Octal 202 233 256
Decimal 130 155 174
Hex 82 9B AE

RGB Percentages of Color #829bae

%28.32
%33.77
%37.91

CMYK Percentages of Color #829bae

%25
%11
%0
%32

Triadic Colors of #829bae

#829bae #ae829b #9bae82

Analogous Colors of #829bae

#829bae #8285ae #82aeab

Monochromatic Colors of #829bae

#829bae

Complementary Color

#829bae #ae9582

#829bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#829bae Color CSS Codes

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

#829bae Text Font Color

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

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


#829bae Background Color

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

This div background color is #829bae


#829bae Border Color

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

This div border color is #829bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829bae


Comments

No comments written yet.

Please login to write comment.