Color Hex Logo

#829fde Color Hex

#829FDE
(130,159,222)
0 Favorites   0 Comments

Color spaces of #829fde

RGB 130159222
HSL0.610.580.69
HSV221°41°87°
CMYK 0.410.280.00   0.13
XYZ34.788934.816073.9938
Yxy34.81600.24230.2425
Hunter Lab59.00511.9832-33.0475
CIE-Lab65.60525.9140-35.1377

#829fde color RGB value is (130,159,222).

#829fde hex color red value is 130, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #829fde hue: 0.61 , saturation: 0.58 and the lightness value of 829fde is 0.69.

The process color (four color CMYK) of #829fde color hex is 0.41, 0.28, 0.00, 0.13. Web safe color of #829fde is #9999cc. Color #829fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011111 11011110
Octal 202 237 336
Decimal 130 159 222
Hex 82 9F DE

RGB Percentages of Color #829fde

%25.44
%31.12
%43.44

CMYK Percentages of Color #829fde

%41
%28
%0
%13

Triadic Colors of #829fde

#829fde #de829f #9fde82

Analogous Colors of #829fde

#829fde #9382de #82cdde

Monochromatic Colors of #829fde

#829fde

Complementary Color

#829fde #dec182

#829fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#829fde Color CSS Codes

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

#829fde Text Font Color

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

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


#829fde Background Color

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

This div background color is #829fde


#829fde Border Color

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

This div border color is #829fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829fde


Comments

No comments written yet.

Please login to write comment.