Color spaces of #6bdccc
RGB | 107 | 220 | 204 |
---|---|---|---|
HSL | 0.48 | 0.62 | 0.64 |
HSV | 172° | 51° | 86° |
CMYK | 0.51 | 0.00 | 0.07 0.14 |
XYZ | 42.5557 | 58.6718 | 66.2086 |
Yxy | 58.6718 | 0.2542 | 0.3504 |
Hunter Lab | 76.5975 | -34.8754 | 2.3698 |
CIE-Lab | 81.1109 | -36.0710 | -2.0070 |
#6bdccc color RGB value is (107,220,204).
#6bdccc hex color red value is 107, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6bdccc hue: 0.48 , saturation: 0.62 and the lightness value of 6bdccc is 0.64.
The process color (four color CMYK) of #6bdccc color hex is 0.51, 0.00, 0.07, 0.14. Web safe color of #6bdccc is #66cccc. Color #6bdccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11011100 | 11001100 |
Octal | 153 | 334 | 314 |
Decimal | 107 | 220 | 204 |
Hex | 6B | DC | CC |
Shades of #6bdccc
Tints of #6bdccc
RGB Percentages of Color #6bdccc
CMYK Percentages of Color #6bdccc
Complementary Color
#6bdccc | #dc6b7b |
#6bdccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bdccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bdccc Color CSS Codes
.mybgcolor {background-color:#6bdccc; } .myforecolor {color:#6bdccc; } .mybordercolor {border:3px solid #6bdccc; }
#6bdccc Text Font Color
<p style="color:#6bdccc">Text here</p>
This sample text font color is #6bdccc
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.
#6bdccc Background Color
<div style="background-color:#6bdccc">
Div content here</div>
This div background color is #6bdccc
#6bdccc Border Color
<div style="border:3px solid #6bdccc">
Div here</div>
This div border color is #6bdccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,220,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bdccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bdccc; -webkit-box-shadow: 1px 1px 3px 2px #6bdccc; box-shadow: 1px 1px 3px 2px #6bdccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,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 #6bdccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bdccc; -webkit-box-shadow: 1px 1px 3px 2px #6bdccc; box-shadow: 1px 1px 3px 2px #6bdccc;">
Div content here</div>
This div box has shadow with color #6bdccc
Comments
No comments written yet.
Please login to write comment.