Color spaces of #78cdda
RGB | 120 | 205 | 218 |
---|---|---|---|
HSL | 0.52 | 0.57 | 0.66 |
HSV | 188° | 45° | 85° |
CMYK | 0.45 | 0.06 | 0.00 0.15 |
XYZ | 42.2319 | 52.7177 | 74.2793 |
Yxy | 52.7177 | 0.2496 | 0.3115 |
Hunter Lab | 72.6070 | -23.2375 | -9.8307 |
CIE-Lab | 77.7080 | -22.3763 | -14.4965 |
#78cdda color RGB value is (120,205,218).
#78cdda hex color red value is 120, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #78cdda hue: 0.52 , saturation: 0.57 and the lightness value of 78cdda is 0.66.
The process color (four color CMYK) of #78cdda color hex is 0.45, 0.06, 0.00, 0.15. Web safe color of #78cdda is #66cccc. Color #78cdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11001101 | 11011010 |
Octal | 170 | 315 | 332 |
Decimal | 120 | 205 | 218 |
Hex | 78 | CD | DA |
Shades of #78cdda
Tints of #78cdda
RGB Percentages of Color #78cdda
CMYK Percentages of Color #78cdda
Complementary Color
#78cdda | #da8578 |
#78cdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78cdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#78cdda Color CSS Codes
.mybgcolor {background-color:#78cdda; } .myforecolor {color:#78cdda; } .mybordercolor {border:3px solid #78cdda; }
#78cdda Text Font Color
<p style="color:#78cdda">Text here</p>
This sample text font color is #78cdda
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.
#78cdda Background Color
<div style="background-color:#78cdda">
Div content here</div>
This div background color is #78cdda
#78cdda Border Color
<div style="border:3px solid #78cdda">
Div here</div>
This div border color is #78cdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,205,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78cdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78cdda; -webkit-box-shadow: 1px 1px 3px 2px #78cdda; box-shadow: 1px 1px 3px 2px #78cdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,205,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78cdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78cdda; -webkit-box-shadow: 1px 1px 3px 2px #78cdda; box-shadow: 1px 1px 3px 2px #78cdda;">
Div content here</div>
This div box has shadow with color #78cdda
Comments
No comments written yet.
Please login to write comment.