Color Hex Logo

#828dae Color Hex

#828DAE
(130,141,174)
0 Favorites   0 Comments

Color spaces of #828dae

RGB 130141174
HSL0.630.210.60
HSV225°25°68°
CMYK 0.250.190.00   0.32
XYZ26.370826.851643.8374
Yxy26.85160.27170.2767
Hunter Lab51.81850.1574-13.8851
CIE-Lab58.83673.5386-18.6523

#828dae color RGB value is (130,141,174).

#828dae hex color red value is 130, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #828dae hue: 0.63 , saturation: 0.21 and the lightness value of 828dae is 0.60.

The process color (four color CMYK) of #828dae color hex is 0.25, 0.19, 0.00, 0.32. Web safe color of #828dae is #999999. Color #828dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001101 10101110
Octal 202 215 256
Decimal 130 141 174
Hex 82 8D AE

RGB Percentages of Color #828dae

%29.21
%31.69
%39.10

CMYK Percentages of Color #828dae

%25
%19
%0
%32

Triadic Colors of #828dae

#828dae #ae828d #8dae82

Analogous Colors of #828dae

#828dae #8d82ae #82a3ae

Monochromatic Colors of #828dae

#828dae

Complementary Color

#828dae #aea382

#828dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#828dae Color CSS Codes

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

#828dae Text Font Color

<p style="color:#828dae">Text here</p>

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


#828dae Background Color

<div style="background-color:#828dae">
Div content here</div>

This div background color is #828dae


#828dae Border Color

<div style="border:3px solid #828dae">
Div here</div>

This div border color is #828dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,141,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828dae;
  -webkit-box-shadow: 1px 1px 3px 2px #828dae;
  box-shadow:         1px 1px 3px 2px #828dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828dae


Comments

No comments written yet.

Please login to write comment.