Color Hex Logo

#799cfe Color Hex

#799CFE
(121,156,254)
0 Favorites   0 Comments

Color spaces of #799cfe

RGB 121156254
HSL0.620.990.74
HSV224°52°100°
CMYK 0.520.390.00   0.00
XYZ37.663034.997698.5361
Yxy34.99760.22000.2044
Hunter Lab59.158810.1129-57.3435
CIE-Lab65.746814.8934-52.5101

#799cfe color RGB value is (121,156,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11111110
Octal 171 234 376
Decimal 121 156 254
Hex 79 9C FE

RGB Percentages of Color #799cfe

%22.79
%29.38
%47.83

CMYK Percentages of Color #799cfe

%52
%39
%0
%0

Triadic Colors of #799cfe

#799cfe #fe799c #9cfe79

Analogous Colors of #799cfe

#799cfe #9979fe #79dffe

Monochromatic Colors of #799cfe

#799cfe

Complementary Color

#799cfe #fedb79

#799cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cfe Color CSS Codes

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

#799cfe Text Font Color

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

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


#799cfe Background Color

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

This div background color is #799cfe


#799cfe Border Color

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

This div border color is #799cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.