Color Hex Logo

#829ddf Color Hex

#829DDF
(130,157,223)
0 Favorites   0 Comments

Color spaces of #829ddf

RGB 130157223
HSL0.620.590.69
HSV223°42°87°
CMYK 0.420.300.00   0.13
XYZ34.582234.187574.5882
Yxy34.18750.24120.2385
Hunter Lab58.47013.2514-34.7051
CIE-Lab65.11117.3336-36.4591

#829ddf color RGB value is (130,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011101 11011111
Octal 202 235 337
Decimal 130 157 223
Hex 82 9D DF

RGB Percentages of Color #829ddf

%25.49
%30.78
%43.73

CMYK Percentages of Color #829ddf

%42
%30
%0
%13

Triadic Colors of #829ddf

#829ddf #df829d #9ddf82

Analogous Colors of #829ddf

#829ddf #9682df #82ccdf

Monochromatic Colors of #829ddf

#829ddf

Complementary Color

#829ddf #dfc482

#829ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#829ddf Color CSS Codes

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

#829ddf Text Font Color

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

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


#829ddf Background Color

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

This div background color is #829ddf


#829ddf Border Color

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

This div border color is #829ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829ddf


Comments

No comments written yet.

Please login to write comment.