Color spaces of #6ddccc
RGB | 109 | 220 | 204 |
---|---|---|---|
HSL | 0.48 | 0.61 | 0.65 |
HSV | 171° | 50° | 86° |
CMYK | 0.50 | 0.00 | 0.07 0.14 |
XYZ | 42.7990 | 58.7972 | 66.2200 |
Yxy | 58.7972 | 0.2550 | 0.3504 |
Hunter Lab | 76.6793 | -34.5581 | 2.4729 |
CIE-Lab | 81.1800 | -35.6414 | -1.8976 |
#6ddccc color RGB value is (109,220,204).
#6ddccc hex color red value is 109, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6ddccc hue: 0.48 , saturation: 0.61 and the lightness value of 6ddccc is 0.65.
The process color (four color CMYK) of #6ddccc color hex is 0.50, 0.00, 0.07, 0.14. Web safe color of #6ddccc is #66cccc. Color #6ddccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11011100 | 11001100 |
Octal | 155 | 334 | 314 |
Decimal | 109 | 220 | 204 |
Hex | 6D | DC | CC |
Shades of #6ddccc
Tints of #6ddccc
RGB Percentages of Color #6ddccc
CMYK Percentages of Color #6ddccc
Complementary Color
#6ddccc | #dc6d7d |
#6ddccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ddccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ddccc Color CSS Codes
.mybgcolor {background-color:#6ddccc; } .myforecolor {color:#6ddccc; } .mybordercolor {border:3px solid #6ddccc; }
#6ddccc Text Font Color
<p style="color:#6ddccc">Text here</p>
This sample text font color is #6ddccc
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.
#6ddccc Background Color
<div style="background-color:#6ddccc">
Div content here</div>
This div background color is #6ddccc
#6ddccc Border Color
<div style="border:3px solid #6ddccc">
Div here</div>
This div border color is #6ddccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,220,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ddccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ddccc; -webkit-box-shadow: 1px 1px 3px 2px #6ddccc; box-shadow: 1px 1px 3px 2px #6ddccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,220,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 #6ddccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ddccc; -webkit-box-shadow: 1px 1px 3px 2px #6ddccc; box-shadow: 1px 1px 3px 2px #6ddccc;">
Div content here</div>
This div box has shadow with color #6ddccc
Comments
No comments written yet.
Please login to write comment.