Color Hex Logo

#799ffc Color Hex

#799FFC
(121,159,252)
0 Favorites   0 Comments

Color spaces of #799ffc

RGB 121159252
HSL0.620.960.73
HSV223°52°99°
CMYK 0.520.370.00   0.01
XYZ37.854035.889597.0277
Yxy35.88950.22170.2102
Hunter Lab59.90787.9502-54.0915
CIE-Lab66.435412.5450-50.3306

#799ffc color RGB value is (121,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 11111100
Octal 171 237 374
Decimal 121 159 252
Hex 79 9F FC

RGB Percentages of Color #799ffc

%22.74
%29.89
%47.37

CMYK Percentages of Color #799ffc

%52
%37
%0
%1

Triadic Colors of #799ffc

#799ffc #fc799f #9ffc79

Analogous Colors of #799ffc

#799ffc #9579fc #79e1fc

Monochromatic Colors of #799ffc

#799ffc

Complementary Color

#799ffc #fcd679

#799ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#799ffc Color CSS Codes

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

#799ffc Text Font Color

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

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


#799ffc Background Color

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

This div background color is #799ffc


#799ffc Border Color

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

This div border color is #799ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,159,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 #799ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799ffc


Comments

No comments written yet.

Please login to write comment.