Color Hex Logo

#829acb Color Hex

#829ACB
(130,154,203)
0 Favorites   0 Comments

Color spaces of #829acb

RGB 130154203
HSL0.610.410.65
HSV220°36°80°
CMYK 0.360.240.00   0.20
XYZ31.541032.168861.0467
Yxy32.16880.25280.2579
Hunter Lab56.71750.0093-24.1132
CIE-Lab63.48223.5689-27.8783

#829acb color RGB value is (130,154,203).

#829acb hex color red value is 130, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #829acb hue: 0.61 , saturation: 0.41 and the lightness value of 829acb is 0.65.

The process color (four color CMYK) of #829acb color hex is 0.36, 0.24, 0.00, 0.20. Web safe color of #829acb is #9999cc. Color #829acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11001011
Octal 202 232 313
Decimal 130 154 203
Hex 82 9A CB

RGB Percentages of Color #829acb

%26.69
%31.62
%41.68

CMYK Percentages of Color #829acb

%36
%24
%0
%20

Triadic Colors of #829acb

#829acb #cb829a #9acb82

Analogous Colors of #829acb

#829acb #8f82cb #82bfcb

Monochromatic Colors of #829acb

#829acb

Complementary Color

#829acb #cbb382

#829acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829acb Color CSS Codes

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

#829acb Text Font Color

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

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


#829acb Background Color

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

This div background color is #829acb


#829acb Border Color

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

This div border color is #829acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829acb


Comments

No comments written yet.

Please login to write comment.