Color Hex Logo

#829aeb Color Hex

#829AEB
(130,154,235)
0 Favorites   0 Comments

Color spaces of #829aeb

RGB 130154235
HSL0.630.720.72
HSV226°45°92°
CMYK 0.450.340.00   0.08
XYZ35.756933.855283.2474
Yxy33.85520.23390.2215
Hunter Lab58.18527.8705-44.0984
CIE-Lab64.847512.4668-43.4881

#829aeb color RGB value is (130,154,235).

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

The process color (four color CMYK) of #829aeb color hex is 0.45, 0.34, 0.00, 0.08. Web safe color of #829aeb is #9999ff. Color #829aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 11101011
Octal 202 232 353
Decimal 130 154 235
Hex 82 9A EB

RGB Percentages of Color #829aeb

%25.05
%29.67
%45.28

CMYK Percentages of Color #829aeb

%45
%34
%0
%8

Triadic Colors of #829aeb

#829aeb #eb829a #9aeb82

Analogous Colors of #829aeb

#829aeb #9f82eb #82cfeb

Monochromatic Colors of #829aeb

#829aeb

Complementary Color

#829aeb #ebd382

#829aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829aeb Color CSS Codes

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

#829aeb Text Font Color

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

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


#829aeb Background Color

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

This div background color is #829aeb


#829aeb Border Color

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

This div border color is #829aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829aeb


Comments

No comments written yet.

Please login to write comment.