Color Hex Logo

#799fef Color Hex

#799FEF
(121,159,239)
0 Favorites   0 Comments

Color spaces of #799fef

RGB 121159239
HSL0.610.790.71
HSV221°49°94°
CMYK 0.490.330.00   0.06
XYZ35.863335.093286.5448
Yxy35.09320.22770.2228
Hunter Lab59.23954.3938-45.1509
CIE-Lab65.82128.6276-44.1927

#799fef color RGB value is (121,159,239).

#799fef hex color red value is 121, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #799fef hue: 0.61 , saturation: 0.79 and the lightness value of 799fef is 0.71.

The process color (four color CMYK) of #799fef color hex is 0.49, 0.33, 0.00, 0.06. Web safe color of #799fef is #6699ff. Color #799fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 11101111
Octal 171 237 357
Decimal 121 159 239
Hex 79 9F EF

RGB Percentages of Color #799fef

%23.31
%30.64
%46.05

CMYK Percentages of Color #799fef

%49
%33
%0
%6

Triadic Colors of #799fef

#799fef #ef799f #9fef79

Analogous Colors of #799fef

#799fef #8e79ef #79daef

Monochromatic Colors of #799fef

#799fef

Complementary Color

#799fef #efc979

#799fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#799fef Color CSS Codes

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

#799fef Text Font Color

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

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


#799fef Background Color

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

This div background color is #799fef


#799fef Border Color

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

This div border color is #799fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799fef


Comments

No comments written yet.

Please login to write comment.