Color Hex Logo

#829eeb Color Hex

#829EEB
(130,158,235)
0 Favorites   0 Comments

Color spaces of #829eeb

RGB 130158235
HSL0.620.720.72
HSV224°45°92°
CMYK 0.450.330.00   0.08
XYZ36.428235.197783.4711
Yxy35.19770.23490.2269
Hunter Lab59.32765.7787-41.8888
CIE-Lab65.902310.1650-41.8331

#829eeb color RGB value is (130,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 11101011
Octal 202 236 353
Decimal 130 158 235
Hex 82 9E EB

RGB Percentages of Color #829eeb

%24.86
%30.21
%44.93

CMYK Percentages of Color #829eeb

%45
%33
%0
%8

Triadic Colors of #829eeb

#829eeb #eb829e #9eeb82

Analogous Colors of #829eeb

#829eeb #9b82eb #82d3eb

Monochromatic Colors of #829eeb

#829eeb

Complementary Color

#829eeb #ebcf82

#829eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829eeb Color CSS Codes

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

#829eeb Text Font Color

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

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


#829eeb Background Color

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

This div background color is #829eeb


#829eeb Border Color

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

This div border color is #829eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,158,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 #829eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829eeb


Comments

No comments written yet.

Please login to write comment.