Color spaces of #789edb
RGB | 120 | 158 | 219 |
---|---|---|---|
HSL | 0.60 | 0.58 | 0.66 |
HSV | 217° | 45° | 86° |
CMYK | 0.45 | 0.28 | 0.00 0.14 |
XYZ | 32.7588 | 33.5613 | 71.7692 |
Yxy | 33.5613 | 0.2372 | 0.2430 |
Hunter Lab | 57.9321 | -0.4450 | -32.8989 |
CIE-Lab | 64.6128 | 3.0942 | -35.0685 |
#789edb color RGB value is (120,158,219).
#789edb hex color red value is 120, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #789edb hue: 0.60 , saturation: 0.58 and the lightness value of 789edb is 0.66.
The process color (four color CMYK) of #789edb color hex is 0.45, 0.28, 0.00, 0.14. Web safe color of #789edb is #6699cc. Color #789edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011110 | 11011011 |
Octal | 170 | 236 | 333 |
Decimal | 120 | 158 | 219 |
Hex | 78 | 9E | DB |
Shades of #789edb
Tints of #789edb
RGB Percentages of Color #789edb
CMYK Percentages of Color #789edb
Complementary Color
#789edb | #dbb578 |
#789edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#789edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#789edb Color CSS Codes
.mybgcolor {background-color:#789edb; } .myforecolor {color:#789edb; } .mybordercolor {border:3px solid #789edb; }
#789edb Text Font Color
<p style="color:#789edb">Text here</p>
This sample text font color is #789edb
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.
#789edb Background Color
<div style="background-color:#789edb">
Div content here</div>
This div background color is #789edb
#789edb Border Color
<div style="border:3px solid #789edb">
Div here</div>
This div border color is #789edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,158,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #789edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #789edb; -webkit-box-shadow: 1px 1px 3px 2px #789edb; box-shadow: 1px 1px 3px 2px #789edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,158,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #789edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #789edb; -webkit-box-shadow: 1px 1px 3px 2px #789edb; box-shadow: 1px 1px 3px 2px #789edb;">
Div content here</div>
This div box has shadow with color #789edb
Comments
No comments written yet.
Please login to write comment.