Color Hex Logo

#829adb Color Hex

#829ADB
(130,154,219)
0 Favorites   0 Comments

Color spaces of #829adb

RGB 130154219
HSL0.620.550.68
HSV224°41°86°
CMYK 0.410.300.00   0.14
XYZ33.547732.971571.6138
Yxy32.97150.24290.2387
Hunter Lab57.42083.8009-33.7504
CIE-Lab64.13787.9335-35.7618

#829adb color RGB value is (130,154,219).

#829adb hex color red value is 130, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #829adb hue: 0.62 , saturation: 0.55 and the lightness value of 829adb is 0.68.

The process color (four color CMYK) of #829adb color hex is 0.41, 0.30, 0.00, 0.14. Web safe color of #829adb is #9999cc. Color #829adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11011011
Octal 202 232 333
Decimal 130 154 219
Hex 82 9A DB

RGB Percentages of Color #829adb

%25.84
%30.62
%43.54

CMYK Percentages of Color #829adb

%41
%30
%0
%14

Triadic Colors of #829adb

#829adb #db829a #9adb82

Analogous Colors of #829adb

#829adb #9782db #82c7db

Monochromatic Colors of #829adb

#829adb

Complementary Color

#829adb #dbc382

#829adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829adb Color CSS Codes

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

#829adb Text Font Color

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

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


#829adb Background Color

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

This div background color is #829adb


#829adb Border Color

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

This div border color is #829adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829adb


Comments

No comments written yet.

Please login to write comment.