Color Hex Logo

#829beb Color Hex

#829BEB
(130,155,235)
0 Favorites   0 Comments

Color spaces of #829beb

RGB 130155235
HSL0.630.720.72
HSV226°45°92°
CMYK 0.450.340.00   0.08
XYZ35.922734.186783.3026
Yxy34.18670.23420.2228
Hunter Lab58.46947.3462-43.5432
CIE-Lab65.110511.8901-43.0750

#829beb color RGB value is (130,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 11101011
Octal 202 233 353
Decimal 130 155 235
Hex 82 9B EB

RGB Percentages of Color #829beb

%25.00
%29.81
%45.19

CMYK Percentages of Color #829beb

%45
%34
%0
%8

Triadic Colors of #829beb

#829beb #eb829b #9beb82

Analogous Colors of #829beb

#829beb #9e82eb #82d0eb

Monochromatic Colors of #829beb

#829beb

Complementary Color

#829beb #ebd282

#829beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829beb Color CSS Codes

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

#829beb Text Font Color

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

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


#829beb Background Color

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

This div background color is #829beb


#829beb Border Color

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

This div border color is #829beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829beb


Comments

No comments written yet.

Please login to write comment.