Color spaces of #6cbcad
RGB | 108 | 188 | 173 |
---|---|---|---|
HSL | 0.47 | 0.37 | 0.58 |
HSV | 169° | 43° | 74° |
CMYK | 0.43 | 0.00 | 0.08 0.26 |
XYZ | 31.7104 | 42.1717 | 46.0038 |
Yxy | 42.1717 | 0.2645 | 0.3518 |
Hunter Lab | 64.9397 | -26.4821 | 3.4563 |
CIE-Lab | 70.9891 | -28.1702 | -0.0936 |
#6cbcad color RGB value is (108,188,173).
#6cbcad hex color red value is 108, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6cbcad hue: 0.47 , saturation: 0.37 and the lightness value of 6cbcad is 0.58.
The process color (four color CMYK) of #6cbcad color hex is 0.43, 0.00, 0.08, 0.26. Web safe color of #6cbcad is #66cc99. Color #6cbcad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10111100 | 10101101 |
Octal | 154 | 274 | 255 |
Decimal | 108 | 188 | 173 |
Hex | 6C | BC | AD |
Shades of #6cbcad
Tints of #6cbcad
RGB Percentages of Color #6cbcad
CMYK Percentages of Color #6cbcad
Complementary Color
#6cbcad | #bc6c7b |
#6cbcad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cbcad Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cbcad Color CSS Codes
.mybgcolor {background-color:#6cbcad; } .myforecolor {color:#6cbcad; } .mybordercolor {border:3px solid #6cbcad; }
#6cbcad Text Font Color
<p style="color:#6cbcad">Text here</p>
This sample text font color is #6cbcad
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.
#6cbcad Background Color
<div style="background-color:#6cbcad">
Div content here</div>
This div background color is #6cbcad
#6cbcad Border Color
<div style="border:3px solid #6cbcad">
Div here</div>
This div border color is #6cbcad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,188,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cbcad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cbcad; -webkit-box-shadow: 1px 1px 3px 2px #6cbcad; box-shadow: 1px 1px 3px 2px #6cbcad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,188,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6cbcad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cbcad; -webkit-box-shadow: 1px 1px 3px 2px #6cbcad; box-shadow: 1px 1px 3px 2px #6cbcad;">
Div content here</div>
This div box has shadow with color #6cbcad
Comments
No comments written yet.
Please login to write comment.