Color Hex Logo

#829edc Color Hex

#829EDC
(130,158,220)
0 Favorites   0 Comments

Color spaces of #829edc

RGB 130158220
HSL0.610.560.69
HSV221°41°86°
CMYK 0.410.280.00   0.14
XYZ34.351034.366972.5331
Yxy34.36690.24320.2433
Hunter Lab58.62332.0034-32.3217
CIE-Lab65.25285.9259-34.5805

#829edc color RGB value is (130,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 11011100
Octal 202 236 334
Decimal 130 158 220
Hex 82 9E DC

RGB Percentages of Color #829edc

%25.59
%31.10
%43.31

CMYK Percentages of Color #829edc

%41
%28
%0
%14

Triadic Colors of #829edc

#829edc #dc829e #9edc82

Analogous Colors of #829edc

#829edc #9382dc #82cbdc

Monochromatic Colors of #829edc

#829edc

Complementary Color

#829edc #dcc082

#829edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#829edc Color CSS Codes

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

#829edc Text Font Color

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

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


#829edc Background Color

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

This div background color is #829edc


#829edc Border Color

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

This div border color is #829edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,158,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 #829edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829edc


Comments

No comments written yet.

Please login to write comment.