Color spaces of #cdafa5
RGB | 205 | 175 | 165 |
---|---|---|---|
HSL | 0.04 | 0.29 | 0.73 |
HSV | 15° | 20° | 80° |
CMYK | 0.00 | 0.15 | 0.20 0.20 |
XYZ | 47.2983 | 46.3557 | 42.0520 |
Yxy | 46.3557 | 0.3485 | 0.3416 |
Hunter Lab | 68.0850 | 4.8542 | 11.0397 |
CIE-Lab | 73.7757 | 9.2580 | 9.1374 |
#cdafa5 color RGB value is (205,175,165).
#cdafa5 hex color red value is 205, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cdafa5 hue: 0.04 , saturation: 0.29 and the lightness value of cdafa5 is 0.73.
The process color (four color CMYK) of #cdafa5 color hex is 0.00, 0.15, 0.20, 0.20. Web safe color of #cdafa5 is #cc9999. Color #cdafa5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101111 | 10100101 |
Octal | 315 | 257 | 245 |
Decimal | 205 | 175 | 165 |
Hex | CD | AF | A5 |
Shades of #cdafa5
Tints of #cdafa5
RGB Percentages of Color #cdafa5
CMYK Percentages of Color #cdafa5
Complementary Color
#cdafa5 | #a5c3cd |
#cdafa5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdafa5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdafa5 Color CSS Codes
.mybgcolor {background-color:#cdafa5; } .myforecolor {color:#cdafa5; } .mybordercolor {border:3px solid #cdafa5; }
#cdafa5 Text Font Color
<p style="color:#cdafa5">Text here</p>
This sample text font color is #cdafa5
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.
#cdafa5 Background Color
<div style="background-color:#cdafa5">
Div content here</div>
This div background color is #cdafa5
#cdafa5 Border Color
<div style="border:3px solid #cdafa5">
Div here</div>
This div border color is #cdafa5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,175,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdafa5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdafa5; -webkit-box-shadow: 1px 1px 3px 2px #cdafa5; box-shadow: 1px 1px 3px 2px #cdafa5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,175,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdafa5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdafa5; -webkit-box-shadow: 1px 1px 3px 2px #cdafa5; box-shadow: 1px 1px 3px 2px #cdafa5;">
Div content here</div>
This div box has shadow with color #cdafa5
Comments
No comments written yet.
Please login to write comment.