Color spaces of #789afd
RGB | 120 | 154 | 253 |
---|---|---|---|
HSL | 0.62 | 0.97 | 0.73 |
HSV | 225° | 53° | 99° |
CMYK | 0.53 | 0.39 | 0.00 0.01 |
XYZ | 37.0310 | 34.1961 | 97.5773 |
Yxy | 34.1961 | 0.2194 | 0.2026 |
Hunter Lab | 58.4774 | 10.7001 | -57.9990 |
CIE-Lab | 65.1179 | 15.5383 | -52.9648 |
#789afd color RGB value is (120,154,253).
#789afd hex color red value is 120, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #789afd hue: 0.62 , saturation: 0.97 and the lightness value of 789afd is 0.73.
The process color (four color CMYK) of #789afd color hex is 0.53, 0.39, 0.00, 0.01. Web safe color of #789afd is #6699ff. Color #789afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011010 | 11111101 |
Octal | 170 | 232 | 375 |
Decimal | 120 | 154 | 253 |
Hex | 78 | 9A | FD |
Shades of #789afd
Tints of #789afd
RGB Percentages of Color #789afd
CMYK Percentages of Color #789afd
Complementary Color
#789afd | #fddb78 |
#789afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#789afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#789afd Color CSS Codes
.mybgcolor {background-color:#789afd; } .myforecolor {color:#789afd; } .mybordercolor {border:3px solid #789afd; }
#789afd Text Font Color
<p style="color:#789afd">Text here</p>
This sample text font color is #789afd
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.
#789afd Background Color
<div style="background-color:#789afd">
Div content here</div>
This div background color is #789afd
#789afd Border Color
<div style="border:3px solid #789afd">
Div here</div>
This div border color is #789afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,154,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #789afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #789afd; -webkit-box-shadow: 1px 1px 3px 2px #789afd; box-shadow: 1px 1px 3px 2px #789afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,154,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #789afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #789afd; -webkit-box-shadow: 1px 1px 3px 2px #789afd; box-shadow: 1px 1px 3px 2px #789afd;">
Div content here</div>
This div box has shadow with color #789afd
Comments
No comments written yet.
Please login to write comment.