Color Hex Logo

#799dfe Color Hex

#799DFE
(121,157,254)
0 Favorites   0 Comments

Color spaces of #799dfe

RGB 121157254
HSL0.620.990.74
HSV224°52°100°
CMYK 0.520.380.00   0.00
XYZ37.831535.334698.5923
Yxy35.33460.22030.2057
Hunter Lab59.44299.5784-56.7286
CIE-Lab66.008314.3129-52.0959

#799dfe color RGB value is (121,157,254).

#799dfe hex color red value is 121, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #799dfe hue: 0.62 , saturation: 0.99 and the lightness value of 799dfe is 0.74.

The process color (four color CMYK) of #799dfe color hex is 0.52, 0.38, 0.00, 0.00. Web safe color of #799dfe is #6699ff. Color #799dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011101 11111110
Octal 171 235 376
Decimal 121 157 254
Hex 79 9D FE

RGB Percentages of Color #799dfe

%22.74
%29.51
%47.74

CMYK Percentages of Color #799dfe

%52
%38
%0
%0

Triadic Colors of #799dfe

#799dfe #fe799d #9dfe79

Analogous Colors of #799dfe

#799dfe #9879fe #79e0fe

Monochromatic Colors of #799dfe

#799dfe

Complementary Color

#799dfe #feda79

#799dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#799dfe Color CSS Codes

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

#799dfe Text Font Color

<p style="color:#799dfe">Text here</p>

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


#799dfe Background Color

<div style="background-color:#799dfe">
Div content here</div>

This div background color is #799dfe


#799dfe Border Color

<div style="border:3px solid #799dfe">
Div here</div>

This div border color is #799dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,157,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #799dfe;
  box-shadow:         1px 1px 3px 2px #799dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,157,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.