Color spaces of #6caffb
RGB | 108 | 175 | 251 |
---|---|---|---|
HSL | 0.59 | 0.95 | 0.70 |
HSV | 212° | 57° | 98° |
CMYK | 0.57 | 0.30 | 0.00 0.02 |
XYZ | 38.9269 | 40.8131 | 97.0928 |
Yxy | 40.8131 | 0.2201 | 0.2308 |
Hunter Lab | 63.8851 | -3.0342 | -45.3895 |
CIE-Lab | 70.0448 | 0.4306 | -44.1506 |
#6caffb color RGB value is (108,175,251).
#6caffb hex color red value is 108, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6caffb hue: 0.59 , saturation: 0.95 and the lightness value of 6caffb is 0.70.
The process color (four color CMYK) of #6caffb color hex is 0.57, 0.30, 0.00, 0.02. Web safe color of #6caffb is #6699ff. Color #6caffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10101111 | 11111011 |
Octal | 154 | 257 | 373 |
Decimal | 108 | 175 | 251 |
Hex | 6C | AF | FB |
Shades of #6caffb
Tints of #6caffb
RGB Percentages of Color #6caffb
CMYK Percentages of Color #6caffb
Complementary Color
#6caffb | #fbb86c |
#6caffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6caffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6caffb Color CSS Codes
.mybgcolor {background-color:#6caffb; } .myforecolor {color:#6caffb; } .mybordercolor {border:3px solid #6caffb; }
#6caffb Text Font Color
<p style="color:#6caffb">Text here</p>
This sample text font color is #6caffb
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.
#6caffb Background Color
<div style="background-color:#6caffb">
Div content here</div>
This div background color is #6caffb
#6caffb Border Color
<div style="border:3px solid #6caffb">
Div here</div>
This div border color is #6caffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,175,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6caffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6caffb; -webkit-box-shadow: 1px 1px 3px 2px #6caffb; box-shadow: 1px 1px 3px 2px #6caffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,175,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6caffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6caffb; -webkit-box-shadow: 1px 1px 3px 2px #6caffb; box-shadow: 1px 1px 3px 2px #6caffb;">
Div content here</div>
This div box has shadow with color #6caffb
Comments
No comments written yet.
Please login to write comment.