Color spaces of #798fef
RGB | 121 | 143 | 239 |
---|---|---|---|
HSL | 0.64 | 0.79 | 0.71 |
HSV | 229° | 49° | 94° |
CMYK | 0.49 | 0.40 | 0.00 0.06 |
XYZ | 33.2876 | 29.9419 | 85.6863 |
Yxy | 29.9419 | 0.2235 | 0.2011 |
Hunter Lab | 54.7192 | 12.8292 | -54.5404 |
CIE-Lab | 61.6041 | 17.9393 | -50.8490 |
#798fef color RGB value is (121,143,239).
#798fef hex color red value is 121, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #798fef hue: 0.64 , saturation: 0.79 and the lightness value of 798fef is 0.71.
The process color (four color CMYK) of #798fef color hex is 0.49, 0.40, 0.00, 0.06. Web safe color of #798fef is #6699ff. Color #798fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10001111 | 11101111 |
Octal | 171 | 217 | 357 |
Decimal | 121 | 143 | 239 |
Hex | 79 | 8F | EF |
Shades of #798fef
Tints of #798fef
RGB Percentages of Color #798fef
CMYK Percentages of Color #798fef
Complementary Color
#798fef | #efd979 |
#798fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#798fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#798fef Color CSS Codes
.mybgcolor {background-color:#798fef; } .myforecolor {color:#798fef; } .mybordercolor {border:3px solid #798fef; }
#798fef Text Font Color
<p style="color:#798fef">Text here</p>
This sample text font color is #798fef
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.
#798fef Background Color
<div style="background-color:#798fef">
Div content here</div>
This div background color is #798fef
#798fef Border Color
<div style="border:3px solid #798fef">
Div here</div>
This div border color is #798fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,143,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #798fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #798fef; -webkit-box-shadow: 1px 1px 3px 2px #798fef; box-shadow: 1px 1px 3px 2px #798fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,143,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 #798fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #798fef; -webkit-box-shadow: 1px 1px 3px 2px #798fef; box-shadow: 1px 1px 3px 2px #798fef;">
Div content here</div>
This div box has shadow with color #798fef
Comments
No comments written yet.
Please login to write comment.