Color Hex Logo

#799dfc Color Hex

#799DFC
(121,157,252)
0 Favorites   0 Comments

Color spaces of #799dfc

RGB 121157252
HSL0.620.960.73
HSV224°52°99°
CMYK 0.520.380.00   0.01
XYZ37.512835.207296.9140
Yxy35.20720.22110.2075
Hunter Lab59.33579.0127-55.3045
CIE-Lab65.909713.7026-51.1619

#799dfc color RGB value is (121,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011101 11111100
Octal 171 235 374
Decimal 121 157 252
Hex 79 9D FC

RGB Percentages of Color #799dfc

%22.83
%29.62
%47.55

CMYK Percentages of Color #799dfc

%52
%38
%0
%1

Triadic Colors of #799dfc

#799dfc #fc799d #9dfc79

Analogous Colors of #799dfc

#799dfc #9779fc #79dffc

Monochromatic Colors of #799dfc

#799dfc

Complementary Color

#799dfc #fcd879

#799dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#799dfc Color CSS Codes

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

#799dfc Text Font Color

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

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


#799dfc Background Color

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

This div background color is #799dfc


#799dfc Border Color

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

This div border color is #799dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.