Color Hex Logo

#829ace Color Hex

#829ACE
(130,154,206)
0 Favorites   0 Comments

Color spaces of #829ace

RGB 130154206
HSL0.610.440.66
HSV221°37°81°
CMYK 0.370.250.00   0.19
XYZ31.902132.313362.9482
Yxy32.31330.25090.2541
Hunter Lab56.84480.6983-25.8646
CIE-Lab63.60104.3727-29.3682

#829ace color RGB value is (130,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11001110
Octal 202 232 316
Decimal 130 154 206
Hex 82 9A CE

RGB Percentages of Color #829ace

%26.53
%31.43
%42.04

CMYK Percentages of Color #829ace

%37
%25
%0
%19

Triadic Colors of #829ace

#829ace #ce829a #9ace82

Analogous Colors of #829ace

#829ace #9082ce #82c0ce

Monochromatic Colors of #829ace

#829ace

Complementary Color

#829ace #ceb682

#829ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#829ace Color CSS Codes

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

#829ace Text Font Color

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

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


#829ace Background Color

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

This div background color is #829ace


#829ace Border Color

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

This div border color is #829ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829ace


Comments

No comments written yet.

Please login to write comment.