Color spaces of #66806d
RGB | 102 | 128 | 109 |
---|---|---|---|
HSL | 0.38 | 0.11 | 0.45 |
HSV | 136° | 20° | 50° |
CMYK | 0.20 | 0.00 | 0.15 0.50 |
XYZ | 15.9590 | 19.3673 | 17.3651 |
Yxy | 19.3673 | 0.3029 | 0.3676 |
Hunter Lab | 44.0083 | -12.2840 | 7.4107 |
CIE-Lab | 51.1142 | -13.4441 | 7.2543 |
#66806d color RGB value is (102,128,109).
#66806d hex color red value is 102, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #66806d hue: 0.38 , saturation: 0.11 and the lightness value of 66806d is 0.45.
The process color (four color CMYK) of #66806d color hex is 0.20, 0.00, 0.15, 0.50. Web safe color of #66806d is #669966. Color #66806d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10000000 | 01101101 |
Octal | 146 | 200 | 155 |
Decimal | 102 | 128 | 109 |
Hex | 66 | 80 | 6D |
Shades of #66806d
Tints of #66806d
RGB Percentages of Color #66806d
CMYK Percentages of Color #66806d
Complementary Color
#66806d | #806679 |
#66806d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66806d Color Preview on White Background
Lorem ipsum dolor sit amet.
#66806d Color CSS Codes
.mybgcolor {background-color:#66806d; } .myforecolor {color:#66806d; } .mybordercolor {border:3px solid #66806d; }
#66806d Text Font Color
<p style="color:#66806d">Text here</p>
This sample text font color is #66806d
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.
#66806d Background Color
<div style="background-color:#66806d">
Div content here</div>
This div background color is #66806d
#66806d Border Color
<div style="border:3px solid #66806d">
Div here</div>
This div border color is #66806d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,128,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66806d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66806d; -webkit-box-shadow: 1px 1px 3px 2px #66806d; box-shadow: 1px 1px 3px 2px #66806d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,128,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66806d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66806d; -webkit-box-shadow: 1px 1px 3px 2px #66806d; box-shadow: 1px 1px 3px 2px #66806d;">
Div content here</div>
This div box has shadow with color #66806d
Comments
No comments written yet.
Please login to write comment.