Color spaces of #cfadab
RGB | 207 | 173 | 171 |
---|---|---|---|
HSL | 0.01 | 0.27 | 0.74 |
HSV | 3° | 17° | 81° |
CMYK | 0.00 | 0.16 | 0.17 0.19 |
XYZ | 48.0264 | 46.0928 | 44.8936 |
Yxy | 46.0928 | 0.3455 | 0.3316 |
Hunter Lab | 67.8917 | 7.4600 | 8.3185 |
CIE-Lab | 73.6057 | 12.0137 | 5.6349 |
#cfadab color RGB value is (207,173,171).
#cfadab hex color red value is 207, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cfadab hue: 0.01 , saturation: 0.27 and the lightness value of cfadab is 0.74.
The process color (four color CMYK) of #cfadab color hex is 0.00, 0.16, 0.17, 0.19. Web safe color of #cfadab is #cc9999. Color #cfadab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101101 | 10101011 |
Octal | 317 | 255 | 253 |
Decimal | 207 | 173 | 171 |
Hex | CF | AD | AB |
Shades of #cfadab
Tints of #cfadab
RGB Percentages of Color #cfadab
CMYK Percentages of Color #cfadab
Complementary Color
#cfadab | #abcdcf |
#cfadab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfadab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfadab Color CSS Codes
.mybgcolor {background-color:#cfadab; } .myforecolor {color:#cfadab; } .mybordercolor {border:3px solid #cfadab; }
#cfadab Text Font Color
<p style="color:#cfadab">Text here</p>
This sample text font color is #cfadab
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.
#cfadab Background Color
<div style="background-color:#cfadab">
Div content here</div>
This div background color is #cfadab
#cfadab Border Color
<div style="border:3px solid #cfadab">
Div here</div>
This div border color is #cfadab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,173,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfadab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfadab; -webkit-box-shadow: 1px 1px 3px 2px #cfadab; box-shadow: 1px 1px 3px 2px #cfadab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,173,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfadab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfadab; -webkit-box-shadow: 1px 1px 3px 2px #cfadab; box-shadow: 1px 1px 3px 2px #cfadab;">
Div content here</div>
This div box has shadow with color #cfadab
Comments
No comments written yet.
Please login to write comment.