Color spaces of #789fed
RGB | 120 | 159 | 237 |
---|---|---|---|
HSL | 0.61 | 0.76 | 0.70 |
HSV | 220° | 49° | 93° |
CMYK | 0.49 | 0.33 | 0.00 0.07 |
XYZ | 35.4299 | 34.9038 | 84.9905 |
Yxy | 34.9038 | 0.2281 | 0.2247 |
Hunter Lab | 59.0794 | 3.6573 | -43.9378 |
CIE-Lab | 65.6737 | 7.8018 | -43.3312 |
#789fed color RGB value is (120,159,237).
#789fed hex color red value is 120, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #789fed hue: 0.61 , saturation: 0.76 and the lightness value of 789fed is 0.70.
The process color (four color CMYK) of #789fed color hex is 0.49, 0.33, 0.00, 0.07. Web safe color of #789fed is #6699ff. Color #789fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011111 | 11101101 |
Octal | 170 | 237 | 355 |
Decimal | 120 | 159 | 237 |
Hex | 78 | 9F | ED |
Shades of #789fed
Tints of #789fed
RGB Percentages of Color #789fed
CMYK Percentages of Color #789fed
Complementary Color
#789fed | #edc678 |
#789fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#789fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#789fed Color CSS Codes
.mybgcolor {background-color:#789fed; } .myforecolor {color:#789fed; } .mybordercolor {border:3px solid #789fed; }
#789fed Text Font Color
<p style="color:#789fed">Text here</p>
This sample text font color is #789fed
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.
#789fed Background Color
<div style="background-color:#789fed">
Div content here</div>
This div background color is #789fed
#789fed Border Color
<div style="border:3px solid #789fed">
Div here</div>
This div border color is #789fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,159,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #789fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #789fed; -webkit-box-shadow: 1px 1px 3px 2px #789fed; box-shadow: 1px 1px 3px 2px #789fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,159,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #789fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #789fed; -webkit-box-shadow: 1px 1px 3px 2px #789fed; box-shadow: 1px 1px 3px 2px #789fed;">
Div content here</div>
This div box has shadow with color #789fed
Comments
No comments written yet.
Please login to write comment.