Color spaces of #78cbcd
RGB | 120 | 203 | 205 |
---|---|---|---|
HSL | 0.50 | 0.46 | 0.64 |
HSV | 181° | 41° | 80° |
CMYK | 0.41 | 0.01 | 0.00 0.20 |
XYZ | 40.1211 | 51.1127 | 65.5087 |
Yxy | 51.1127 | 0.2560 | 0.3261 |
Hunter Lab | 71.4931 | -24.9409 | -4.2818 |
CIE-Lab | 76.7472 | -24.7004 | -8.9314 |
#78cbcd color RGB value is (120,203,205).
#78cbcd hex color red value is 120, green value is 203 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #78cbcd hue: 0.50 , saturation: 0.46 and the lightness value of 78cbcd is 0.64.
The process color (four color CMYK) of #78cbcd color hex is 0.41, 0.01, 0.00, 0.20. Web safe color of #78cbcd is #66cccc. Color #78cbcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11001011 | 11001101 |
Octal | 170 | 313 | 315 |
Decimal | 120 | 203 | 205 |
Hex | 78 | CB | CD |
Shades of #78cbcd
Tints of #78cbcd
RGB Percentages of Color #78cbcd
CMYK Percentages of Color #78cbcd
Complementary Color
#78cbcd | #cd7a78 |
#78cbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78cbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#78cbcd Color CSS Codes
.mybgcolor {background-color:#78cbcd; } .myforecolor {color:#78cbcd; } .mybordercolor {border:3px solid #78cbcd; }
#78cbcd Text Font Color
<p style="color:#78cbcd">Text here</p>
This sample text font color is #78cbcd
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.
#78cbcd Background Color
<div style="background-color:#78cbcd">
Div content here</div>
This div background color is #78cbcd
#78cbcd Border Color
<div style="border:3px solid #78cbcd">
Div here</div>
This div border color is #78cbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,203,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78cbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78cbcd; -webkit-box-shadow: 1px 1px 3px 2px #78cbcd; box-shadow: 1px 1px 3px 2px #78cbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,203,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78cbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78cbcd; -webkit-box-shadow: 1px 1px 3px 2px #78cbcd; box-shadow: 1px 1px 3px 2px #78cbcd;">
Div content here</div>
This div box has shadow with color #78cbcd
Comments
No comments written yet.
Please login to write comment.