Color Hex Logo

#829acd Color Hex

#829ACD
(130,154,205)
0 Favorites   0 Comments

Color spaces of #829acd

RGB 130154205
HSL0.610.430.66
HSV221°37°80°
CMYK 0.370.250.00   0.20
XYZ31.781032.264862.3103
Yxy32.26480.25150.2553
Hunter Lab56.80210.4677-25.2780
CIE-Lab63.56114.1042-28.8722

#829acd color RGB value is (130,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11001101
Octal 202 232 315
Decimal 130 154 205
Hex 82 9A CD

RGB Percentages of Color #829acd

%26.58
%31.49
%41.92

CMYK Percentages of Color #829acd

%37
%25
%0
%20

Triadic Colors of #829acd

#829acd #cd829a #9acd82

Analogous Colors of #829acd

#829acd #9082cd #82c0cd

Monochromatic Colors of #829acd

#829acd

Complementary Color

#829acd #cdb582

#829acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#829acd Color CSS Codes

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

#829acd Text Font Color

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

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


#829acd Background Color

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

This div background color is #829acd


#829acd Border Color

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

This div border color is #829acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829acd


Comments

No comments written yet.

Please login to write comment.