Color spaces of #68b3dc
RGB | 104 | 179 | 220 |
---|---|---|---|
HSL | 0.56 | 0.62 | 0.64 |
HSV | 201° | 53° | 86° |
CMYK | 0.53 | 0.19 | 0.00 0.14 |
XYZ | 34.7473 | 40.3506 | 73.6672 |
Yxy | 40.3506 | 0.2336 | 0.2712 |
Hunter Lab | 63.5221 | -13.5222 | -24.2937 |
CIE-Lab | 69.7185 | -11.9587 | -27.7866 |
#68b3dc color RGB value is (104,179,220).
#68b3dc hex color red value is 104, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #68b3dc hue: 0.56 , saturation: 0.62 and the lightness value of 68b3dc is 0.64.
The process color (four color CMYK) of #68b3dc color hex is 0.53, 0.19, 0.00, 0.14. Web safe color of #68b3dc is #66cccc. Color #68b3dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10110011 | 11011100 |
Octal | 150 | 263 | 334 |
Decimal | 104 | 179 | 220 |
Hex | 68 | B3 | DC |
Shades of #68b3dc
Tints of #68b3dc
RGB Percentages of Color #68b3dc
CMYK Percentages of Color #68b3dc
Complementary Color
#68b3dc | #dc9168 |
#68b3dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68b3dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#68b3dc Color CSS Codes
.mybgcolor {background-color:#68b3dc; } .myforecolor {color:#68b3dc; } .mybordercolor {border:3px solid #68b3dc; }
#68b3dc Text Font Color
<p style="color:#68b3dc">Text here</p>
This sample text font color is #68b3dc
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.
#68b3dc Background Color
<div style="background-color:#68b3dc">
Div content here</div>
This div background color is #68b3dc
#68b3dc Border Color
<div style="border:3px solid #68b3dc">
Div here</div>
This div border color is #68b3dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,179,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68b3dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68b3dc; -webkit-box-shadow: 1px 1px 3px 2px #68b3dc; box-shadow: 1px 1px 3px 2px #68b3dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,179,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68b3dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68b3dc; -webkit-box-shadow: 1px 1px 3px 2px #68b3dc; box-shadow: 1px 1px 3px 2px #68b3dc;">
Div content here</div>
This div box has shadow with color #68b3dc
Comments
No comments written yet.
Please login to write comment.