Color Hex Logo

#829abd Color Hex

#829ABD
(130,154,189)
1 Favorites   0 Comments

Color spaces of #829abd

RGB 130154189
HSL0.600.310.63
HSV216°31°74°
CMYK 0.310.190.00   0.26
XYZ29.946831.531252.6519
Yxy31.53120.26240.2763
Hunter Lab56.1526-3.0712-16.2868
CIE-Lab62.9535-0.0858-20.8546

#829abd color RGB value is (130,154,189).

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

The process color (four color CMYK) of #829abd color hex is 0.31, 0.19, 0.00, 0.26. Web safe color of #829abd is #9999cc. Color #829abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 10111101
Octal 202 232 275
Decimal 130 154 189
Hex 82 9A BD

RGB Percentages of Color #829abd

%27.48
%32.56
%39.96

CMYK Percentages of Color #829abd

%31
%19
%0
%26

Triadic Colors of #829abd

#829abd #bd829a #9abd82

Analogous Colors of #829abd

#829abd #8882bd #82b8bd

Monochromatic Colors of #829abd

#829abd

Complementary Color

#829abd #bda582

#829abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#829abd Color CSS Codes

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

#829abd Text Font Color

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

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


#829abd Background Color

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

This div background color is #829abd


#829abd Border Color

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

This div border color is #829abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829abd


Comments

No comments written yet.

Please login to write comment.