Color spaces of #789cca
RGB | 120 | 156 | 202 |
---|---|---|---|
HSL | 0.59 | 0.44 | 0.63 |
HSV | 214° | 41° | 79° |
CMYK | 0.41 | 0.23 | 0.00 0.21 |
XYZ | 30.2949 | 32.0343 | 60.4636 |
Yxy | 32.0343 | 0.2467 | 0.2609 |
Hunter Lab | 56.5989 | -3.5047 | -23.7193 |
CIE-Lab | 63.3712 | -0.5730 | -27.5428 |
#789cca color RGB value is (120,156,202).
#789cca hex color red value is 120, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #789cca hue: 0.59 , saturation: 0.44 and the lightness value of 789cca is 0.63.
The process color (four color CMYK) of #789cca color hex is 0.41, 0.23, 0.00, 0.21. Web safe color of #789cca is #6699cc. Color #789cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011100 | 11001010 |
Octal | 170 | 234 | 312 |
Decimal | 120 | 156 | 202 |
Hex | 78 | 9C | CA |
Shades of #789cca
Tints of #789cca
RGB Percentages of Color #789cca
CMYK Percentages of Color #789cca
Complementary Color
#789cca | #caa678 |
#789cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#789cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#789cca Color CSS Codes
.mybgcolor {background-color:#789cca; } .myforecolor {color:#789cca; } .mybordercolor {border:3px solid #789cca; }
#789cca Text Font Color
<p style="color:#789cca">Text here</p>
This sample text font color is #789cca
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.
#789cca Background Color
<div style="background-color:#789cca">
Div content here</div>
This div background color is #789cca
#789cca Border Color
<div style="border:3px solid #789cca">
Div here</div>
This div border color is #789cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,156,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #789cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #789cca; -webkit-box-shadow: 1px 1px 3px 2px #789cca; box-shadow: 1px 1px 3px 2px #789cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,156,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #789cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #789cca; -webkit-box-shadow: 1px 1px 3px 2px #789cca; box-shadow: 1px 1px 3px 2px #789cca;">
Div content here</div>
This div box has shadow with color #789cca
Comments
No comments written yet.
Please login to write comment.