Color spaces of #66988d
RGB | 102 | 152 | 141 |
---|---|---|---|
HSL | 0.46 | 0.20 | 0.50 |
HSV | 167° | 33° | 60° |
CMYK | 0.33 | 0.00 | 0.07 0.40 |
XYZ | 21.5154 | 27.2043 | 29.3163 |
Yxy | 27.2043 | 0.2757 | 0.3486 |
Hunter Lab | 52.1577 | -17.6437 | 3.1853 |
CIE-Lab | 59.1630 | -19.2540 | 0.4457 |
#66988d color RGB value is (102,152,141).
#66988d hex color red value is 102, green value is 152 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #66988d hue: 0.46 , saturation: 0.20 and the lightness value of 66988d is 0.50.
The process color (four color CMYK) of #66988d color hex is 0.33, 0.00, 0.07, 0.40. Web safe color of #66988d is #669999. Color #66988d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10011000 | 10001101 |
Octal | 146 | 230 | 215 |
Decimal | 102 | 152 | 141 |
Hex | 66 | 98 | 8D |
Shades of #66988d
Tints of #66988d
RGB Percentages of Color #66988d
CMYK Percentages of Color #66988d
Complementary Color
#66988d | #986671 |
#66988d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66988d Color Preview on White Background
Lorem ipsum dolor sit amet.
#66988d Color CSS Codes
.mybgcolor {background-color:#66988d; } .myforecolor {color:#66988d; } .mybordercolor {border:3px solid #66988d; }
#66988d Text Font Color
<p style="color:#66988d">Text here</p>
This sample text font color is #66988d
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.
#66988d Background Color
<div style="background-color:#66988d">
Div content here</div>
This div background color is #66988d
#66988d Border Color
<div style="border:3px solid #66988d">
Div here</div>
This div border color is #66988d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,152,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66988d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66988d; -webkit-box-shadow: 1px 1px 3px 2px #66988d; box-shadow: 1px 1px 3px 2px #66988d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,152,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66988d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66988d; -webkit-box-shadow: 1px 1px 3px 2px #66988d; box-shadow: 1px 1px 3px 2px #66988d;">
Div content here</div>
This div box has shadow with color #66988d
Comments
No comments written yet.
Please login to write comment.