Color Hex Logo

#829eef Color Hex

#829EEF
(130,158,239)
0 Favorites   0 Comments

Color spaces of #829eef

RGB 130158239
HSL0.620.770.72
HSV225°46°94°
CMYK 0.460.340.00   0.06
XYZ37.012835.431586.5495
Yxy35.43150.23280.2228
Hunter Lab59.52446.8253-44.5417
CIE-Lab66.083211.3176-43.7442

#829eef color RGB value is (130,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 11101111
Octal 202 236 357
Decimal 130 158 239
Hex 82 9E EF

RGB Percentages of Color #829eef

%24.67
%29.98
%45.35

CMYK Percentages of Color #829eef

%46
%34
%0
%6

Triadic Colors of #829eef

#829eef #ef829e #9eef82

Analogous Colors of #829eef

#829eef #9d82ef #82d5ef

Monochromatic Colors of #829eef

#829eef

Complementary Color

#829eef #efd382

#829eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#829eef Color CSS Codes

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

#829eef Text Font Color

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

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


#829eef Background Color

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

This div background color is #829eef


#829eef Border Color

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

This div border color is #829eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829eef


Comments

No comments written yet.

Please login to write comment.