Color spaces of #68bfdd
RGB | 104 | 191 | 221 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.64 |
HSV | 195° | 53° | 87° |
CMYK | 0.53 | 0.14 | 0.00 0.13 |
XYZ | 37.3909 | 45.4251 | 75.2038 |
Yxy | 45.4251 | 0.2366 | 0.2875 |
Hunter Lab | 67.3981 | -18.9192 | -18.9779 |
CIE-Lab | 73.1709 | -17.9937 | -23.0466 |
#68bfdd color RGB value is (104,191,221).
#68bfdd hex color red value is 104, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #68bfdd hue: 0.54 , saturation: 0.63 and the lightness value of 68bfdd is 0.64.
The process color (four color CMYK) of #68bfdd color hex is 0.53, 0.14, 0.00, 0.13. Web safe color of #68bfdd is #66cccc. Color #68bfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10111111 | 11011101 |
Octal | 150 | 277 | 335 |
Decimal | 104 | 191 | 221 |
Hex | 68 | BF | DD |
Shades of #68bfdd
Tints of #68bfdd
RGB Percentages of Color #68bfdd
CMYK Percentages of Color #68bfdd
Complementary Color
#68bfdd | #dd8668 |
#68bfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68bfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#68bfdd Color CSS Codes
.mybgcolor {background-color:#68bfdd; } .myforecolor {color:#68bfdd; } .mybordercolor {border:3px solid #68bfdd; }
#68bfdd Text Font Color
<p style="color:#68bfdd">Text here</p>
This sample text font color is #68bfdd
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.
#68bfdd Background Color
<div style="background-color:#68bfdd">
Div content here</div>
This div background color is #68bfdd
#68bfdd Border Color
<div style="border:3px solid #68bfdd">
Div here</div>
This div border color is #68bfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68bfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68bfdd; -webkit-box-shadow: 1px 1px 3px 2px #68bfdd; box-shadow: 1px 1px 3px 2px #68bfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68bfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68bfdd; -webkit-box-shadow: 1px 1px 3px 2px #68bfdd; box-shadow: 1px 1px 3px 2px #68bfdd;">
Div content here</div>
This div box has shadow with color #68bfdd
Comments
No comments written yet.
Please login to write comment.