Color spaces of #78cfdb
RGB | 120 | 207 | 219 |
---|---|---|---|
HSL | 0.52 | 0.58 | 0.66 |
HSV | 187° | 45° | 86° |
CMYK | 0.45 | 0.05 | 0.00 0.14 |
XYZ | 42.8447 | 53.7332 | 75.1312 |
Yxy | 53.7332 | 0.2495 | 0.3129 |
Hunter Lab | 73.3029 | -23.9490 | -9.4567 |
CIE-Lab | 78.3059 | -23.1168 | -14.1362 |
#78cfdb color RGB value is (120,207,219).
#78cfdb hex color red value is 120, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #78cfdb hue: 0.52 , saturation: 0.58 and the lightness value of 78cfdb is 0.66.
The process color (four color CMYK) of #78cfdb color hex is 0.45, 0.05, 0.00, 0.14. Web safe color of #78cfdb is #66cccc. Color #78cfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11001111 | 11011011 |
Octal | 170 | 317 | 333 |
Decimal | 120 | 207 | 219 |
Hex | 78 | CF | DB |
Shades of #78cfdb
Tints of #78cfdb
RGB Percentages of Color #78cfdb
CMYK Percentages of Color #78cfdb
Complementary Color
#78cfdb | #db8478 |
#78cfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78cfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#78cfdb Color CSS Codes
.mybgcolor {background-color:#78cfdb; } .myforecolor {color:#78cfdb; } .mybordercolor {border:3px solid #78cfdb; }
#78cfdb Text Font Color
<p style="color:#78cfdb">Text here</p>
This sample text font color is #78cfdb
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.
#78cfdb Background Color
<div style="background-color:#78cfdb">
Div content here</div>
This div background color is #78cfdb
#78cfdb Border Color
<div style="border:3px solid #78cfdb">
Div here</div>
This div border color is #78cfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,207,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78cfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78cfdb; -webkit-box-shadow: 1px 1px 3px 2px #78cfdb; box-shadow: 1px 1px 3px 2px #78cfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,207,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78cfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78cfdb; -webkit-box-shadow: 1px 1px 3px 2px #78cfdb; box-shadow: 1px 1px 3px 2px #78cfdb;">
Div content here</div>
This div box has shadow with color #78cfdb
Comments
No comments written yet.
Please login to write comment.