Color spaces of #6cf8da
RGB | 108 | 248 | 218 |
---|---|---|---|
HSL | 0.46 | 0.91 | 0.70 |
HSV | 167° | 56° | 97° |
CMYK | 0.56 | 0.00 | 0.12 0.03 |
XYZ | 52.4066 | 75.3849 | 78.1183 |
Yxy | 75.3849 | 0.2545 | 0.3661 |
Hunter Lab | 86.8245 | -44.2016 | 7.4323 |
CIE-Lab | 89.5730 | -45.0541 | 2.9779 |
#6cf8da color RGB value is (108,248,218).
#6cf8da hex color red value is 108, green value is 248 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6cf8da hue: 0.46 , saturation: 0.91 and the lightness value of 6cf8da is 0.70.
The process color (four color CMYK) of #6cf8da color hex is 0.56, 0.00, 0.12, 0.03. Web safe color of #6cf8da is #66ffcc. Color #6cf8da contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 11111000 | 11011010 |
Octal | 154 | 370 | 332 |
Decimal | 108 | 248 | 218 |
Hex | 6C | F8 | DA |
Shades of #6cf8da
Tints of #6cf8da
RGB Percentages of Color #6cf8da
CMYK Percentages of Color #6cf8da
Complementary Color
#6cf8da | #f86c8a |
#6cf8da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cf8da Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cf8da Color CSS Codes
.mybgcolor {background-color:#6cf8da; } .myforecolor {color:#6cf8da; } .mybordercolor {border:3px solid #6cf8da; }
#6cf8da Text Font Color
<p style="color:#6cf8da">Text here</p>
This sample text font color is #6cf8da
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.
#6cf8da Background Color
<div style="background-color:#6cf8da">
Div content here</div>
This div background color is #6cf8da
#6cf8da Border Color
<div style="border:3px solid #6cf8da">
Div here</div>
This div border color is #6cf8da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,248,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cf8da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cf8da; -webkit-box-shadow: 1px 1px 3px 2px #6cf8da; box-shadow: 1px 1px 3px 2px #6cf8da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,248,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6cf8da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cf8da; -webkit-box-shadow: 1px 1px 3px 2px #6cf8da; box-shadow: 1px 1px 3px 2px #6cf8da;">
Div content here</div>
This div box has shadow with color #6cf8da
Comments
No comments written yet.
Please login to write comment.