Color spaces of #78afcb
RGB | 120 | 175 | 203 |
---|---|---|---|
HSL | 0.56 | 0.44 | 0.63 |
HSV | 200° | 41° | 80° |
CMYK | 0.41 | 0.14 | 0.00 0.20 |
XYZ | 33.8552 | 38.9648 | 62.2365 |
Yxy | 38.9648 | 0.2507 | 0.2885 |
Hunter Lab | 62.4218 | -12.4265 | -15.4188 |
CIE-Lab | 68.7258 | -10.7657 | -19.9021 |
#78afcb color RGB value is (120,175,203).
#78afcb hex color red value is 120, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #78afcb hue: 0.56 , saturation: 0.44 and the lightness value of 78afcb is 0.63.
The process color (four color CMYK) of #78afcb color hex is 0.41, 0.14, 0.00, 0.20. Web safe color of #78afcb is #6699cc. Color #78afcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10101111 | 11001011 |
Octal | 170 | 257 | 313 |
Decimal | 120 | 175 | 203 |
Hex | 78 | AF | CB |
Shades of #78afcb
Tints of #78afcb
RGB Percentages of Color #78afcb
CMYK Percentages of Color #78afcb
Complementary Color
#78afcb | #cb9478 |
#78afcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78afcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#78afcb Color CSS Codes
.mybgcolor {background-color:#78afcb; } .myforecolor {color:#78afcb; } .mybordercolor {border:3px solid #78afcb; }
#78afcb Text Font Color
<p style="color:#78afcb">Text here</p>
This sample text font color is #78afcb
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.
#78afcb Background Color
<div style="background-color:#78afcb">
Div content here</div>
This div background color is #78afcb
#78afcb Border Color
<div style="border:3px solid #78afcb">
Div here</div>
This div border color is #78afcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,175,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78afcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78afcb; -webkit-box-shadow: 1px 1px 3px 2px #78afcb; box-shadow: 1px 1px 3px 2px #78afcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,175,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78afcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78afcb; -webkit-box-shadow: 1px 1px 3px 2px #78afcb; box-shadow: 1px 1px 3px 2px #78afcb;">
Div content here</div>
This div box has shadow with color #78afcb
Comments
No comments written yet.
Please login to write comment.