Color spaces of #6cbade
RGB | 108 | 186 | 222 |
---|---|---|---|
HSL | 0.55 | 0.63 | 0.65 |
HSV | 199° | 51° | 87° |
CMYK | 0.51 | 0.16 | 0.00 0.13 |
XYZ | 36.9281 | 43.5799 | 75.5727 |
Yxy | 43.5799 | 0.2366 | 0.2792 |
Hunter Lab | 66.0151 | -15.6755 | -21.6634 |
CIE-Lab | 71.9468 | -14.2351 | -25.4457 |
#6cbade color RGB value is (108,186,222).
#6cbade hex color red value is 108, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6cbade hue: 0.55 , saturation: 0.63 and the lightness value of 6cbade is 0.65.
The process color (four color CMYK) of #6cbade color hex is 0.51, 0.16, 0.00, 0.13. Web safe color of #6cbade is #66cccc. Color #6cbade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10111010 | 11011110 |
Octal | 154 | 272 | 336 |
Decimal | 108 | 186 | 222 |
Hex | 6C | BA | DE |
Shades of #6cbade
Tints of #6cbade
RGB Percentages of Color #6cbade
CMYK Percentages of Color #6cbade
Complementary Color
#6cbade | #de906c |
#6cbade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cbade Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cbade Color CSS Codes
.mybgcolor {background-color:#6cbade; } .myforecolor {color:#6cbade; } .mybordercolor {border:3px solid #6cbade; }
#6cbade Text Font Color
<p style="color:#6cbade">Text here</p>
This sample text font color is #6cbade
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.
#6cbade Background Color
<div style="background-color:#6cbade">
Div content here</div>
This div background color is #6cbade
#6cbade Border Color
<div style="border:3px solid #6cbade">
Div here</div>
This div border color is #6cbade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,186,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cbade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cbade; -webkit-box-shadow: 1px 1px 3px 2px #6cbade; box-shadow: 1px 1px 3px 2px #6cbade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,186,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 #6cbade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cbade; -webkit-box-shadow: 1px 1px 3px 2px #6cbade; box-shadow: 1px 1px 3px 2px #6cbade;">
Div content here</div>
This div box has shadow with color #6cbade
Comments
No comments written yet.
Please login to write comment.