Color spaces of #6fbdfb
RGB | 111 | 189 | 251 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.71 |
HSV | 207° | 56° | 98° |
CMYK | 0.56 | 0.25 | 0.00 0.02 |
XYZ | 42.1657 | 46.7397 | 98.0661 |
Yxy | 46.7397 | 0.2255 | 0.2500 |
Hunter Lab | 68.3664 | -9.5496 | -37.1902 |
CIE-Lab | 74.0230 | -6.6918 | -37.9328 |
#6fbdfb color RGB value is (111,189,251).
#6fbdfb hex color red value is 111, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6fbdfb hue: 0.57 , saturation: 0.95 and the lightness value of 6fbdfb is 0.71.
The process color (four color CMYK) of #6fbdfb color hex is 0.56, 0.25, 0.00, 0.02. Web safe color of #6fbdfb is #66ccff. Color #6fbdfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10111101 | 11111011 |
Octal | 157 | 275 | 373 |
Decimal | 111 | 189 | 251 |
Hex | 6F | BD | FB |
Shades of #6fbdfb
Tints of #6fbdfb
RGB Percentages of Color #6fbdfb
CMYK Percentages of Color #6fbdfb
Complementary Color
#6fbdfb | #fbad6f |
#6fbdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fbdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fbdfb Color CSS Codes
.mybgcolor {background-color:#6fbdfb; } .myforecolor {color:#6fbdfb; } .mybordercolor {border:3px solid #6fbdfb; }
#6fbdfb Text Font Color
<p style="color:#6fbdfb">Text here</p>
This sample text font color is #6fbdfb
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.
#6fbdfb Background Color
<div style="background-color:#6fbdfb">
Div content here</div>
This div background color is #6fbdfb
#6fbdfb Border Color
<div style="border:3px solid #6fbdfb">
Div here</div>
This div border color is #6fbdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,189,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fbdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fbdfb; -webkit-box-shadow: 1px 1px 3px 2px #6fbdfb; box-shadow: 1px 1px 3px 2px #6fbdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,189,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 #6fbdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fbdfb; -webkit-box-shadow: 1px 1px 3px 2px #6fbdfb; box-shadow: 1px 1px 3px 2px #6fbdfb;">
Div content here</div>
This div box has shadow with color #6fbdfb
Comments
No comments written yet.
Please login to write comment.