Color Hex Logo

#829ddc Color Hex

#829DDC
(130,157,220)
0 Favorites   0 Comments

Color spaces of #829ddc

RGB 130157220
HSL0.620.560.69
HSV222°41°86°
CMYK 0.410.290.00   0.14
XYZ34.181234.027172.4765
Yxy34.02710.24300.2419
Hunter Lab58.33282.5132-32.8329
CIE-Lab64.98416.4962-34.9983

#829ddc color RGB value is (130,157,220).

#829ddc hex color red value is 130, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #829ddc hue: 0.62 , saturation: 0.56 and the lightness value of 829ddc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011101 11011100
Octal 202 235 334
Decimal 130 157 220
Hex 82 9D DC

RGB Percentages of Color #829ddc

%25.64
%30.97
%43.39

CMYK Percentages of Color #829ddc

%41
%29
%0
%14

Triadic Colors of #829ddc

#829ddc #dc829d #9ddc82

Analogous Colors of #829ddc

#829ddc #9482dc #82cadc

Monochromatic Colors of #829ddc

#829ddc

Complementary Color

#829ddc #dcc182

#829ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#829ddc Color CSS Codes

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

#829ddc Text Font Color

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

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


#829ddc Background Color

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

This div background color is #829ddc


#829ddc Border Color

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

This div border color is #829ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829ddc


Comments

No comments written yet.

Please login to write comment.