Color spaces of #6df1cc
RGB | 109 | 241 | 204 |
---|---|---|---|
HSL | 0.45 | 0.83 | 0.69 |
HSV | 163° | 55° | 95° |
CMYK | 0.55 | 0.00 | 0.15 0.05 |
XYZ | 48.6611 | 70.5214 | 68.1740 |
Yxy | 70.5214 | 0.2597 | 0.3764 |
Hunter Lab | 83.9770 | -43.5267 | 10.6513 |
CIE-Lab | 87.2520 | -45.0597 | 6.9208 |
#6df1cc color RGB value is (109,241,204).
#6df1cc hex color red value is 109, green value is 241 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6df1cc hue: 0.45 , saturation: 0.83 and the lightness value of 6df1cc is 0.69.
The process color (four color CMYK) of #6df1cc color hex is 0.55, 0.00, 0.15, 0.05. Web safe color of #6df1cc is #66ffcc. Color #6df1cc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11110001 | 11001100 |
Octal | 155 | 361 | 314 |
Decimal | 109 | 241 | 204 |
Hex | 6D | F1 | CC |
Shades of #6df1cc
Tints of #6df1cc
RGB Percentages of Color #6df1cc
CMYK Percentages of Color #6df1cc
Complementary Color
#6df1cc | #f16d92 |
#6df1cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6df1cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6df1cc Color CSS Codes
.mybgcolor {background-color:#6df1cc; } .myforecolor {color:#6df1cc; } .mybordercolor {border:3px solid #6df1cc; }
#6df1cc Text Font Color
<p style="color:#6df1cc">Text here</p>
This sample text font color is #6df1cc
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.
#6df1cc Background Color
<div style="background-color:#6df1cc">
Div content here</div>
This div background color is #6df1cc
#6df1cc Border Color
<div style="border:3px solid #6df1cc">
Div here</div>
This div border color is #6df1cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,241,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6df1cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6df1cc; -webkit-box-shadow: 1px 1px 3px 2px #6df1cc; box-shadow: 1px 1px 3px 2px #6df1cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,241,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6df1cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6df1cc; -webkit-box-shadow: 1px 1px 3px 2px #6df1cc; box-shadow: 1px 1px 3px 2px #6df1cc;">
Div content here</div>
This div box has shadow with color #6df1cc
Comments
No comments written yet.
Please login to write comment.