Color spaces of #798eab
RGB | 121 | 142 | 171 |
---|---|---|---|
HSL | 0.60 | 0.23 | 0.57 |
HSV | 215° | 29° | 67° |
CMYK | 0.29 | 0.17 | 0.00 0.33 |
XYZ | 24.9088 | 26.3512 | 42.3015 |
Yxy | 26.3512 | 0.2662 | 0.2816 |
Hunter Lab | 51.3334 | -3.2189 | -12.9248 |
CIE-Lab | 58.3689 | -0.5865 | -17.7135 |
#798eab color RGB value is (121,142,171).
#798eab hex color red value is 121, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #798eab hue: 0.60 , saturation: 0.23 and the lightness value of 798eab is 0.57.
The process color (four color CMYK) of #798eab color hex is 0.29, 0.17, 0.00, 0.33. Web safe color of #798eab is #669999. Color #798eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10001110 | 10101011 |
Octal | 171 | 216 | 253 |
Decimal | 121 | 142 | 171 |
Hex | 79 | 8E | AB |
Shades of #798eab
Tints of #798eab
RGB Percentages of Color #798eab
CMYK Percentages of Color #798eab
Complementary Color
#798eab | #ab9679 |
#798eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#798eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#798eab Color CSS Codes
.mybgcolor {background-color:#798eab; } .myforecolor {color:#798eab; } .mybordercolor {border:3px solid #798eab; }
#798eab Text Font Color
<p style="color:#798eab">Text here</p>
This sample text font color is #798eab
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.
#798eab Background Color
<div style="background-color:#798eab">
Div content here</div>
This div background color is #798eab
#798eab Border Color
<div style="border:3px solid #798eab">
Div here</div>
This div border color is #798eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,142,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #798eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #798eab; -webkit-box-shadow: 1px 1px 3px 2px #798eab; box-shadow: 1px 1px 3px 2px #798eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,142,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #798eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #798eab; -webkit-box-shadow: 1px 1px 3px 2px #798eab; box-shadow: 1px 1px 3px 2px #798eab;">
Div content here</div>
This div box has shadow with color #798eab
Comments
No comments written yet.
Please login to write comment.