Color Hex Logo

#829abe Color Hex

#829ABE
(130,154,190)
0 Favorites   0 Comments

Color spaces of #829abe

RGB 130154190
HSL0.600.320.63
HSV216°32°75°
CMYK 0.320.190.00   0.25
XYZ30.055831.574753.2256
Yxy31.57470.26170.2749
Hunter Lab56.1914-2.8583-16.8267
CIE-Lab62.98980.1701-21.3601

#829abe color RGB value is (130,154,190).

#829abe hex color red value is 130, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #829abe hue: 0.60 , saturation: 0.32 and the lightness value of 829abe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 10111110
Octal 202 232 276
Decimal 130 154 190
Hex 82 9A BE

RGB Percentages of Color #829abe

%27.43
%32.49
%40.08

CMYK Percentages of Color #829abe

%32
%19
%0
%25

Triadic Colors of #829abe

#829abe #be829a #9abe82

Analogous Colors of #829abe

#829abe #8882be #82b8be

Monochromatic Colors of #829abe

#829abe

Complementary Color

#829abe #bea682

#829abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#829abe Color CSS Codes

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

#829abe Text Font Color

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

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


#829abe Background Color

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

This div background color is #829abe


#829abe Border Color

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

This div border color is #829abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829abe


Comments

No comments written yet.

Please login to write comment.