Color spaces of #6ecbfa
RGB | 110 | 203 | 250 |
---|---|---|---|
HSL | 0.56 | 0.93 | 0.71 |
HSV | 200° | 56° | 98° |
CMYK | 0.56 | 0.19 | 0.00 0.02 |
XYZ | 45.0417 | 52.9290 | 98.2849 |
Yxy | 52.9290 | 0.2295 | 0.2697 |
Hunter Lab | 72.7523 | -16.8054 | -29.1713 |
CIE-Lab | 77.8331 | -14.6346 | -31.5072 |
#6ecbfa color RGB value is (110,203,250).
#6ecbfa hex color red value is 110, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6ecbfa hue: 0.56 , saturation: 0.93 and the lightness value of 6ecbfa is 0.71.
The process color (four color CMYK) of #6ecbfa color hex is 0.56, 0.19, 0.00, 0.02. Web safe color of #6ecbfa is #66ccff. Color #6ecbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11001011 | 11111010 |
Octal | 156 | 313 | 372 |
Decimal | 110 | 203 | 250 |
Hex | 6E | CB | FA |
Shades of #6ecbfa
Tints of #6ecbfa
RGB Percentages of Color #6ecbfa
CMYK Percentages of Color #6ecbfa
Complementary Color
#6ecbfa | #fa9d6e |
#6ecbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ecbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ecbfa Color CSS Codes
.mybgcolor {background-color:#6ecbfa; } .myforecolor {color:#6ecbfa; } .mybordercolor {border:3px solid #6ecbfa; }
#6ecbfa Text Font Color
<p style="color:#6ecbfa">Text here</p>
This sample text font color is #6ecbfa
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.
#6ecbfa Background Color
<div style="background-color:#6ecbfa">
Div content here</div>
This div background color is #6ecbfa
#6ecbfa Border Color
<div style="border:3px solid #6ecbfa">
Div here</div>
This div border color is #6ecbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,203,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ecbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ecbfa; -webkit-box-shadow: 1px 1px 3px 2px #6ecbfa; box-shadow: 1px 1px 3px 2px #6ecbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,203,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ecbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ecbfa; -webkit-box-shadow: 1px 1px 3px 2px #6ecbfa; box-shadow: 1px 1px 3px 2px #6ecbfa;">
Div content here</div>
This div box has shadow with color #6ecbfa
Comments
No comments written yet.
Please login to write comment.