Color spaces of #cdcfa6
RGB | 205 | 207 | 166 |
---|---|---|---|
HSL | 0.17 | 0.30 | 0.73 |
HSV | 63° | 20° | 81° |
CMYK | 0.01 | 0.00 | 0.20 0.19 |
XYZ | 54.3726 | 60.3580 | 44.8609 |
Yxy | 60.3580 | 0.3407 | 0.3782 |
Hunter Lab | 77.6904 | -11.0328 | 20.1474 |
CIE-Lab | 82.0324 | -7.4873 | 20.1998 |
#cdcfa6 color RGB value is (205,207,166).
#cdcfa6 hex color red value is 205, green value is 207 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #cdcfa6 hue: 0.17 , saturation: 0.30 and the lightness value of cdcfa6 is 0.73.
The process color (four color CMYK) of #cdcfa6 color hex is 0.01, 0.00, 0.20, 0.19. Web safe color of #cdcfa6 is #cccc99. Color #cdcfa6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001111 | 10100110 |
Octal | 315 | 317 | 246 |
Decimal | 205 | 207 | 166 |
Hex | CD | CF | A6 |
Shades of #cdcfa6
Tints of #cdcfa6
RGB Percentages of Color #cdcfa6
CMYK Percentages of Color #cdcfa6
Complementary Color
#cdcfa6 | #a8a6cf |
#cdcfa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcfa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcfa6 Color CSS Codes
.mybgcolor {background-color:#cdcfa6; } .myforecolor {color:#cdcfa6; } .mybordercolor {border:3px solid #cdcfa6; }
#cdcfa6 Text Font Color
<p style="color:#cdcfa6">Text here</p>
This sample text font color is #cdcfa6
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.
#cdcfa6 Background Color
<div style="background-color:#cdcfa6">
Div content here</div>
This div background color is #cdcfa6
#cdcfa6 Border Color
<div style="border:3px solid #cdcfa6">
Div here</div>
This div border color is #cdcfa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,207,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcfa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcfa6; -webkit-box-shadow: 1px 1px 3px 2px #cdcfa6; box-shadow: 1px 1px 3px 2px #cdcfa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,207,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcfa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcfa6; -webkit-box-shadow: 1px 1px 3px 2px #cdcfa6; box-shadow: 1px 1px 3px 2px #cdcfa6;">
Div content here</div>
This div box has shadow with color #cdcfa6
Comments
No comments written yet.
Please login to write comment.