Color spaces of #78a0cf
RGB | 120 | 160 | 207 |
---|---|---|---|
HSL | 0.59 | 0.48 | 0.64 |
HSV | 212° | 42° | 81° |
CMYK | 0.42 | 0.23 | 0.00 0.19 |
XYZ | 31.5790 | 33.6397 | 63.8602 |
Yxy | 33.6397 | 0.2446 | 0.2606 |
Hunter Lab | 57.9997 | -4.3120 | -24.6810 |
CIE-Lab | 64.6756 | -1.4362 | -28.3162 |
#78a0cf color RGB value is (120,160,207).
#78a0cf hex color red value is 120, green value is 160 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #78a0cf hue: 0.59 , saturation: 0.48 and the lightness value of 78a0cf is 0.64.
The process color (four color CMYK) of #78a0cf color hex is 0.42, 0.23, 0.00, 0.19. Web safe color of #78a0cf is #6699cc. Color #78a0cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10100000 | 11001111 |
Octal | 170 | 240 | 317 |
Decimal | 120 | 160 | 207 |
Hex | 78 | A0 | CF |
Shades of #78a0cf
Tints of #78a0cf
RGB Percentages of Color #78a0cf
CMYK Percentages of Color #78a0cf
Complementary Color
#78a0cf | #cfa778 |
#78a0cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78a0cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#78a0cf Color CSS Codes
.mybgcolor {background-color:#78a0cf; } .myforecolor {color:#78a0cf; } .mybordercolor {border:3px solid #78a0cf; }
#78a0cf Text Font Color
<p style="color:#78a0cf">Text here</p>
This sample text font color is #78a0cf
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.
#78a0cf Background Color
<div style="background-color:#78a0cf">
Div content here</div>
This div background color is #78a0cf
#78a0cf Border Color
<div style="border:3px solid #78a0cf">
Div here</div>
This div border color is #78a0cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,160,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78a0cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78a0cf; -webkit-box-shadow: 1px 1px 3px 2px #78a0cf; box-shadow: 1px 1px 3px 2px #78a0cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,160,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78a0cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78a0cf; -webkit-box-shadow: 1px 1px 3px 2px #78a0cf; box-shadow: 1px 1px 3px 2px #78a0cf;">
Div content here</div>
This div box has shadow with color #78a0cf
#78a0cf Color Palettes
Comments
No comments written yet.
Please login to write comment.