Color spaces of #6cabde
RGB | 108 | 171 | 222 |
---|---|---|---|
HSL | 0.57 | 0.63 | 0.65 |
HSV | 207° | 51° | 87° |
CMYK | 0.51 | 0.23 | 0.00 0.13 |
XYZ | 33.9321 | 37.5879 | 74.5740 |
Yxy | 37.5879 | 0.2323 | 0.2573 |
Hunter Lab | 61.3090 | -8.4980 | -29.2019 |
CIE-Lab | 67.7158 | -6.1442 | -31.9571 |
#6cabde color RGB value is (108,171,222).
#6cabde hex color red value is 108, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6cabde hue: 0.57 , saturation: 0.63 and the lightness value of 6cabde is 0.65.
The process color (four color CMYK) of #6cabde color hex is 0.51, 0.23, 0.00, 0.13. Web safe color of #6cabde is #6699cc. Color #6cabde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10101011 | 11011110 |
Octal | 154 | 253 | 336 |
Decimal | 108 | 171 | 222 |
Hex | 6C | AB | DE |
Shades of #6cabde
Tints of #6cabde
RGB Percentages of Color #6cabde
CMYK Percentages of Color #6cabde
Complementary Color
#6cabde | #de9f6c |
#6cabde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cabde Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cabde Color CSS Codes
.mybgcolor {background-color:#6cabde; } .myforecolor {color:#6cabde; } .mybordercolor {border:3px solid #6cabde; }
#6cabde Text Font Color
<p style="color:#6cabde">Text here</p>
This sample text font color is #6cabde
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.
#6cabde Background Color
<div style="background-color:#6cabde">
Div content here</div>
This div background color is #6cabde
#6cabde Border Color
<div style="border:3px solid #6cabde">
Div here</div>
This div border color is #6cabde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,171,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cabde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cabde; -webkit-box-shadow: 1px 1px 3px 2px #6cabde; box-shadow: 1px 1px 3px 2px #6cabde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,171,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6cabde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cabde; -webkit-box-shadow: 1px 1px 3px 2px #6cabde; box-shadow: 1px 1px 3px 2px #6cabde;">
Div content here</div>
This div box has shadow with color #6cabde
Comments
No comments written yet.
Please login to write comment.