Color spaces of #6ceccc
RGB | 108 | 236 | 204 |
---|---|---|---|
HSL | 0.46 | 0.77 | 0.67 |
HSV | 165° | 54° | 93° |
CMYK | 0.54 | 0.00 | 0.14 0.07 |
XYZ | 47.0789 | 67.5387 | 67.6817 |
Yxy | 67.5387 | 0.2583 | 0.3705 |
Hunter Lab | 82.1819 | -41.5625 | 8.6985 |
CIE-Lab | 85.7753 | -43.0776 | 4.7876 |
#6ceccc color RGB value is (108,236,204).
#6ceccc hex color red value is 108, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6ceccc hue: 0.46 , saturation: 0.77 and the lightness value of 6ceccc is 0.67.
The process color (four color CMYK) of #6ceccc color hex is 0.54, 0.00, 0.14, 0.07. Web safe color of #6ceccc is #66ffcc. Color #6ceccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 11101100 | 11001100 |
Octal | 154 | 354 | 314 |
Decimal | 108 | 236 | 204 |
Hex | 6C | EC | CC |
Shades of #6ceccc
Tints of #6ceccc
RGB Percentages of Color #6ceccc
CMYK Percentages of Color #6ceccc
Complementary Color
#6ceccc | #ec6c8c |
#6ceccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ceccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ceccc Color CSS Codes
.mybgcolor {background-color:#6ceccc; } .myforecolor {color:#6ceccc; } .mybordercolor {border:3px solid #6ceccc; }
#6ceccc Text Font Color
<p style="color:#6ceccc">Text here</p>
This sample text font color is #6ceccc
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.
#6ceccc Background Color
<div style="background-color:#6ceccc">
Div content here</div>
This div background color is #6ceccc
#6ceccc Border Color
<div style="border:3px solid #6ceccc">
Div here</div>
This div border color is #6ceccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,236,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ceccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ceccc; -webkit-box-shadow: 1px 1px 3px 2px #6ceccc; box-shadow: 1px 1px 3px 2px #6ceccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,236,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 #6ceccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ceccc; -webkit-box-shadow: 1px 1px 3px 2px #6ceccc; box-shadow: 1px 1px 3px 2px #6ceccc;">
Div content here</div>
This div box has shadow with color #6ceccc
Comments
No comments written yet.
Please login to write comment.