Color spaces of #cdcfad
RGB | 205 | 207 | 173 |
---|---|---|---|
HSL | 0.18 | 0.26 | 0.75 |
HSV | 64° | 16° | 81° |
CMYK | 0.01 | 0.00 | 0.16 0.19 |
XYZ | 55.0325 | 60.6219 | 48.3358 |
Yxy | 60.6219 | 0.3356 | 0.3697 |
Hunter Lab | 77.8601 | -10.0890 | 17.6946 |
CIE-Lab | 82.1751 | -6.4299 | 16.6984 |
#cdcfad color RGB value is (205,207,173).
#cdcfad hex color red value is 205, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cdcfad hue: 0.18 , saturation: 0.26 and the lightness value of cdcfad is 0.75.
The process color (four color CMYK) of #cdcfad color hex is 0.01, 0.00, 0.16, 0.19. Web safe color of #cdcfad is #cccc99. Color #cdcfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001111 | 10101101 |
Octal | 315 | 317 | 255 |
Decimal | 205 | 207 | 173 |
Hex | CD | CF | AD |
Shades of #cdcfad
Tints of #cdcfad
RGB Percentages of Color #cdcfad
CMYK Percentages of Color #cdcfad
Complementary Color
#cdcfad | #afadcf |
#cdcfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcfad Color CSS Codes
.mybgcolor {background-color:#cdcfad; } .myforecolor {color:#cdcfad; } .mybordercolor {border:3px solid #cdcfad; }
#cdcfad Text Font Color
<p style="color:#cdcfad">Text here</p>
This sample text font color is #cdcfad
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.
#cdcfad Background Color
<div style="background-color:#cdcfad">
Div content here</div>
This div background color is #cdcfad
#cdcfad Border Color
<div style="border:3px solid #cdcfad">
Div here</div>
This div border color is #cdcfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,207,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcfad; -webkit-box-shadow: 1px 1px 3px 2px #cdcfad; box-shadow: 1px 1px 3px 2px #cdcfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,207,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 #cdcfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcfad; -webkit-box-shadow: 1px 1px 3px 2px #cdcfad; box-shadow: 1px 1px 3px 2px #cdcfad;">
Div content here</div>
This div box has shadow with color #cdcfad
Comments
No comments written yet.
Please login to write comment.