Color spaces of #68dafc
RGB | 104 | 218 | 252 |
---|---|---|---|
HSL | 0.54 | 0.96 | 0.70 |
HSV | 194° | 59° | 99° |
CMYK | 0.59 | 0.13 | 0.00 0.01 |
XYZ | 48.3510 | 60.1141 | 101.1503 |
Yxy | 60.1141 | 0.2307 | 0.2868 |
Hunter Lab | 77.5333 | -24.3678 | -23.0767 |
CIE-Lab | 81.9002 | -22.8431 | -26.3553 |
#68dafc color RGB value is (104,218,252).
#68dafc hex color red value is 104, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #68dafc hue: 0.54 , saturation: 0.96 and the lightness value of 68dafc is 0.70.
The process color (four color CMYK) of #68dafc color hex is 0.59, 0.13, 0.00, 0.01. Web safe color of #68dafc is #66ccff. Color #68dafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 11011010 | 11111100 |
Octal | 150 | 332 | 374 |
Decimal | 104 | 218 | 252 |
Hex | 68 | DA | FC |
Shades of #68dafc
Tints of #68dafc
RGB Percentages of Color #68dafc
CMYK Percentages of Color #68dafc
Complementary Color
#68dafc | #fc8a68 |
#68dafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68dafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#68dafc Color CSS Codes
.mybgcolor {background-color:#68dafc; } .myforecolor {color:#68dafc; } .mybordercolor {border:3px solid #68dafc; }
#68dafc Text Font Color
<p style="color:#68dafc">Text here</p>
This sample text font color is #68dafc
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.
#68dafc Background Color
<div style="background-color:#68dafc">
Div content here</div>
This div background color is #68dafc
#68dafc Border Color
<div style="border:3px solid #68dafc">
Div here</div>
This div border color is #68dafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,218,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68dafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68dafc; -webkit-box-shadow: 1px 1px 3px 2px #68dafc; box-shadow: 1px 1px 3px 2px #68dafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,218,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68dafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68dafc; -webkit-box-shadow: 1px 1px 3px 2px #68dafc; box-shadow: 1px 1px 3px 2px #68dafc;">
Div content here</div>
This div box has shadow with color #68dafc
Comments
No comments written yet.
Please login to write comment.