Color Hex Logo

#829da4 Color Hex

#829DA4
(130,157,164)
0 Favorites   0 Comments

Color spaces of #829da4

RGB 130157164
HSL0.530.160.58
HSV192°21°64°
CMYK 0.210.040.00   0.36
XYZ27.963731.540139.7360
Yxy31.54010.28180.3178
Hunter Lab56.1606-9.4016-2.6378
CIE-Lab62.9609-7.8001-6.7843

#829da4 color RGB value is (130,157,164).

#829da4 hex color red value is 130, green value is 157 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #829da4 hue: 0.53 , saturation: 0.16 and the lightness value of 829da4 is 0.58.

The process color (four color CMYK) of #829da4 color hex is 0.21, 0.04, 0.00, 0.36. Web safe color of #829da4 is #999999. Color #829da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011101 10100100
Octal 202 235 244
Decimal 130 157 164
Hex 82 9D A4

RGB Percentages of Color #829da4

%28.82
%34.81
%36.36

CMYK Percentages of Color #829da4

%21
%4
%0
%36

Triadic Colors of #829da4

#829da4 #a4829d #9da482

Analogous Colors of #829da4

#829da4 #828ca4 #82a49a

Monochromatic Colors of #829da4

#829da4

Complementary Color

#829da4 #a48982

#829da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829da4 Color CSS Codes

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

#829da4 Text Font Color

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

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


#829da4 Background Color

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

This div background color is #829da4


#829da4 Border Color

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

This div border color is #829da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829da4


Comments

No comments written yet.

Please login to write comment.