Color spaces of #6facdf
RGB | 111 | 172 | 223 |
---|---|---|---|
HSL | 0.58 | 0.64 | 0.65 |
HSV | 207° | 50° | 87° |
CMYK | 0.50 | 0.23 | 0.00 0.13 |
XYZ | 34.6274 | 38.2123 | 75.3627 |
Yxy | 38.2123 | 0.2336 | 0.2578 |
Hunter Lab | 61.8161 | -8.1882 | -29.0118 |
CIE-Lab | 68.1768 | -5.7250 | -31.7816 |
#6facdf color RGB value is (111,172,223).
#6facdf hex color red value is 111, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6facdf hue: 0.58 , saturation: 0.64 and the lightness value of 6facdf is 0.65.
The process color (four color CMYK) of #6facdf color hex is 0.50, 0.23, 0.00, 0.13. Web safe color of #6facdf is #6699cc. Color #6facdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101100 | 11011111 |
Octal | 157 | 254 | 337 |
Decimal | 111 | 172 | 223 |
Hex | 6F | AC | DF |
Shades of #6facdf
Tints of #6facdf
RGB Percentages of Color #6facdf
CMYK Percentages of Color #6facdf
Complementary Color
#6facdf | #dfa26f |
#6facdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6facdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6facdf Color CSS Codes
.mybgcolor {background-color:#6facdf; } .myforecolor {color:#6facdf; } .mybordercolor {border:3px solid #6facdf; }
#6facdf Text Font Color
<p style="color:#6facdf">Text here</p>
This sample text font color is #6facdf
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.
#6facdf Background Color
<div style="background-color:#6facdf">
Div content here</div>
This div background color is #6facdf
#6facdf Border Color
<div style="border:3px solid #6facdf">
Div here</div>
This div border color is #6facdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,172,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6facdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6facdf; -webkit-box-shadow: 1px 1px 3px 2px #6facdf; box-shadow: 1px 1px 3px 2px #6facdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,172,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6facdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6facdf; -webkit-box-shadow: 1px 1px 3px 2px #6facdf; box-shadow: 1px 1px 3px 2px #6facdf;">
Div content here</div>
This div box has shadow with color #6facdf
#6facdf Color Palettes
Comments
No comments written yet.
Please login to write comment.