Color spaces of #6fddce
RGB | 111 | 221 | 206 |
---|---|---|---|
HSL | 0.48 | 0.62 | 0.65 |
HSV | 172° | 50° | 87° |
CMYK | 0.50 | 0.00 | 0.07 0.13 |
XYZ | 43.5526 | 59.5486 | 67.5911 |
Yxy | 59.5486 | 0.2552 | 0.3489 |
Hunter Lab | 77.1677 | -34.3002 | 2.0854 |
CIE-Lab | 81.5922 | -35.1820 | -2.3483 |
#6fddce color RGB value is (111,221,206).
#6fddce hex color red value is 111, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6fddce hue: 0.48 , saturation: 0.62 and the lightness value of 6fddce is 0.65.
The process color (four color CMYK) of #6fddce color hex is 0.50, 0.00, 0.07, 0.13. Web safe color of #6fddce is #66cccc. Color #6fddce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11011101 | 11001110 |
Octal | 157 | 335 | 316 |
Decimal | 111 | 221 | 206 |
Hex | 6F | DD | CE |
Shades of #6fddce
Tints of #6fddce
RGB Percentages of Color #6fddce
CMYK Percentages of Color #6fddce
Complementary Color
#6fddce | #dd6f7e |
#6fddce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fddce Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fddce Color CSS Codes
.mybgcolor {background-color:#6fddce; } .myforecolor {color:#6fddce; } .mybordercolor {border:3px solid #6fddce; }
#6fddce Text Font Color
<p style="color:#6fddce">Text here</p>
This sample text font color is #6fddce
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.
#6fddce Background Color
<div style="background-color:#6fddce">
Div content here</div>
This div background color is #6fddce
#6fddce Border Color
<div style="border:3px solid #6fddce">
Div here</div>
This div border color is #6fddce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,221,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fddce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fddce; -webkit-box-shadow: 1px 1px 3px 2px #6fddce; box-shadow: 1px 1px 3px 2px #6fddce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,221,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fddce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fddce; -webkit-box-shadow: 1px 1px 3px 2px #6fddce; box-shadow: 1px 1px 3px 2px #6fddce;">
Div content here</div>
This div box has shadow with color #6fddce
Comments
No comments written yet.
Please login to write comment.