Color spaces of #788fae
RGB | 120 | 143 | 174 |
---|---|---|---|
HSL | 0.60 | 0.25 | 0.58 |
HSV | 214° | 31° | 68° |
CMYK | 0.31 | 0.18 | 0.00 0.32 |
XYZ | 25.2082 | 26.6940 | 43.8682 |
Yxy | 26.6940 | 0.2632 | 0.2787 |
Hunter Lab | 51.6662 | -3.3249 | -14.1749 |
CIE-Lab | 58.6900 | -0.6937 | -18.9398 |
#788fae color RGB value is (120,143,174).
#788fae hex color red value is 120, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #788fae hue: 0.60 , saturation: 0.25 and the lightness value of 788fae is 0.58.
The process color (four color CMYK) of #788fae color hex is 0.31, 0.18, 0.00, 0.32. Web safe color of #788fae is #669999. Color #788fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10001111 | 10101110 |
Octal | 170 | 217 | 256 |
Decimal | 120 | 143 | 174 |
Hex | 78 | 8F | AE |
Shades of #788fae
Tints of #788fae
RGB Percentages of Color #788fae
CMYK Percentages of Color #788fae
Complementary Color
#788fae | #ae9778 |
#788fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#788fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#788fae Color CSS Codes
.mybgcolor {background-color:#788fae; } .myforecolor {color:#788fae; } .mybordercolor {border:3px solid #788fae; }
#788fae Text Font Color
<p style="color:#788fae">Text here</p>
This sample text font color is #788fae
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.
#788fae Background Color
<div style="background-color:#788fae">
Div content here</div>
This div background color is #788fae
#788fae Border Color
<div style="border:3px solid #788fae">
Div here</div>
This div border color is #788fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,143,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #788fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #788fae; -webkit-box-shadow: 1px 1px 3px 2px #788fae; box-shadow: 1px 1px 3px 2px #788fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,143,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #788fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #788fae; -webkit-box-shadow: 1px 1px 3px 2px #788fae; box-shadow: 1px 1px 3px 2px #788fae;">
Div content here</div>
This div box has shadow with color #788fae
Comments
No comments written yet.
Please login to write comment.