Color spaces of #68aacc
RGB | 104 | 170 | 204 |
---|---|---|---|
HSL | 0.56 | 0.50 | 0.60 |
HSV | 200° | 49° | 80° |
CMYK | 0.49 | 0.17 | 0.00 0.20 |
XYZ | 30.9827 | 36.0521 | 62.4525 |
Yxy | 36.0521 | 0.2393 | 0.2784 |
Hunter Lab | 60.0434 | -12.9690 | -19.6385 |
CIE-Lab | 66.5597 | -11.7511 | -23.8285 |
#68aacc color RGB value is (104,170,204).
#68aacc hex color red value is 104, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #68aacc hue: 0.56 , saturation: 0.50 and the lightness value of 68aacc is 0.60.
The process color (four color CMYK) of #68aacc color hex is 0.49, 0.17, 0.00, 0.20. Web safe color of #68aacc is #6699cc. Color #68aacc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10101010 | 11001100 |
Octal | 150 | 252 | 314 |
Decimal | 104 | 170 | 204 |
Hex | 68 | AA | CC |
Shades of #68aacc
Tints of #68aacc
RGB Percentages of Color #68aacc
CMYK Percentages of Color #68aacc
Complementary Color
#68aacc | #cc8a68 |
#68aacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68aacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#68aacc Color CSS Codes
.mybgcolor {background-color:#68aacc; } .myforecolor {color:#68aacc; } .mybordercolor {border:3px solid #68aacc; }
#68aacc Text Font Color
<p style="color:#68aacc">Text here</p>
This sample text font color is #68aacc
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.
#68aacc Background Color
<div style="background-color:#68aacc">
Div content here</div>
This div background color is #68aacc
#68aacc Border Color
<div style="border:3px solid #68aacc">
Div here</div>
This div border color is #68aacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,170,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68aacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68aacc; -webkit-box-shadow: 1px 1px 3px 2px #68aacc; box-shadow: 1px 1px 3px 2px #68aacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,170,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68aacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68aacc; -webkit-box-shadow: 1px 1px 3px 2px #68aacc; box-shadow: 1px 1px 3px 2px #68aacc;">
Div content here</div>
This div box has shadow with color #68aacc
Comments
No comments written yet.
Please login to write comment.