Color spaces of #86cccc
RGB | 134 | 204 | 204 |
---|---|---|---|
HSL | 0.50 | 0.41 | 0.66 |
HSV | 180° | 34° | 80° |
CMYK | 0.34 | 0.00 | 0.00 0.20 |
XYZ | 42.3235 | 52.6137 | 65.0515 |
Yxy | 52.6137 | 0.2645 | 0.3289 |
Hunter Lab | 72.5353 | -22.7841 | -2.3981 |
CIE-Lab | 77.6464 | -21.8348 | -6.9874 |
#86cccc color RGB value is (134,204,204).
#86cccc hex color red value is 134, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #86cccc hue: 0.50 , saturation: 0.41 and the lightness value of 86cccc is 0.66.
The process color (four color CMYK) of #86cccc color hex is 0.34, 0.00, 0.00, 0.20. Web safe color of #86cccc is #99cccc. Color #86cccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11001100 | 11001100 |
Octal | 206 | 314 | 314 |
Decimal | 134 | 204 | 204 |
Hex | 86 | CC | CC |
Shades of #86cccc
Tints of #86cccc
RGB Percentages of Color #86cccc
CMYK Percentages of Color #86cccc
Complementary Color
#86cccc | #cc8686 |
#86cccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86cccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#86cccc Color CSS Codes
.mybgcolor {background-color:#86cccc; } .myforecolor {color:#86cccc; } .mybordercolor {border:3px solid #86cccc; }
#86cccc Text Font Color
<p style="color:#86cccc">Text here</p>
This sample text font color is #86cccc
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.
#86cccc Background Color
<div style="background-color:#86cccc">
Div content here</div>
This div background color is #86cccc
#86cccc Border Color
<div style="border:3px solid #86cccc">
Div here</div>
This div border color is #86cccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,204,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86cccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86cccc; -webkit-box-shadow: 1px 1px 3px 2px #86cccc; box-shadow: 1px 1px 3px 2px #86cccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,204,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 #86cccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86cccc; -webkit-box-shadow: 1px 1px 3px 2px #86cccc; box-shadow: 1px 1px 3px 2px #86cccc;">
Div content here</div>
This div box has shadow with color #86cccc
Comments
No comments written yet.
Please login to write comment.