Color Hex Logo

#829eaf Color Hex

#829EAF
(130,158,175)
0 Favorites   0 Comments

Color spaces of #829eaf

RGB 130158175
HSL0.560.220.60
HSV203°26°69°
CMYK 0.260.100.00   0.31
XYZ29.170632.294745.2535
Yxy32.29470.27330.3026
Hunter Lab56.8284-7.8239-7.4338
CIE-Lab63.5857-5.7760-12.0377

#829eaf color RGB value is (130,158,175).

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

The process color (four color CMYK) of #829eaf color hex is 0.26, 0.10, 0.00, 0.31. Web safe color of #829eaf is #999999. Color #829eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 10101111
Octal 202 236 257
Decimal 130 158 175
Hex 82 9E AF

RGB Percentages of Color #829eaf

%28.08
%34.13
%37.80

CMYK Percentages of Color #829eaf

%26
%10
%0
%31

Triadic Colors of #829eaf

#829eaf #af829e #9eaf82

Analogous Colors of #829eaf

#829eaf #8288af #82afaa

Monochromatic Colors of #829eaf

#829eaf

Complementary Color

#829eaf #af9382

#829eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#829eaf Color CSS Codes

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

#829eaf Text Font Color

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

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


#829eaf Background Color

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

This div background color is #829eaf


#829eaf Border Color

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

This div border color is #829eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829eaf


Comments

No comments written yet.

Please login to write comment.