Color spaces of #6fddfa
RGB | 111 | 221 | 250 |
---|---|---|---|
HSL | 0.53 | 0.93 | 0.71 |
HSV | 193° | 56° | 98° |
CMYK | 0.56 | 0.12 | 0.00 0.02 |
XYZ | 49.6673 | 61.9945 | 99.7909 |
Yxy | 61.9945 | 0.2349 | 0.2932 |
Hunter Lab | 78.7366 | -25.1906 | -20.0286 |
CIE-Lab | 82.9105 | -23.6083 | -23.7352 |
#6fddfa color RGB value is (111,221,250).
#6fddfa hex color red value is 111, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6fddfa hue: 0.53 , saturation: 0.93 and the lightness value of 6fddfa is 0.71.
The process color (four color CMYK) of #6fddfa color hex is 0.56, 0.12, 0.00, 0.02. Web safe color of #6fddfa is #66ccff. Color #6fddfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11011101 | 11111010 |
Octal | 157 | 335 | 372 |
Decimal | 111 | 221 | 250 |
Hex | 6F | DD | FA |
Shades of #6fddfa
Tints of #6fddfa
RGB Percentages of Color #6fddfa
CMYK Percentages of Color #6fddfa
Complementary Color
#6fddfa | #fa8c6f |
#6fddfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fddfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fddfa Color CSS Codes
.mybgcolor {background-color:#6fddfa; } .myforecolor {color:#6fddfa; } .mybordercolor {border:3px solid #6fddfa; }
#6fddfa Text Font Color
<p style="color:#6fddfa">Text here</p>
This sample text font color is #6fddfa
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.
#6fddfa Background Color
<div style="background-color:#6fddfa">
Div content here</div>
This div background color is #6fddfa
#6fddfa Border Color
<div style="border:3px solid #6fddfa">
Div here</div>
This div border color is #6fddfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,221,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fddfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fddfa; -webkit-box-shadow: 1px 1px 3px 2px #6fddfa; box-shadow: 1px 1px 3px 2px #6fddfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,221,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 #6fddfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fddfa; -webkit-box-shadow: 1px 1px 3px 2px #6fddfa; box-shadow: 1px 1px 3px 2px #6fddfa;">
Div content here</div>
This div box has shadow with color #6fddfa
Comments
No comments written yet.
Please login to write comment.