Color spaces of #cfafd3
RGB | 207 | 175 | 211 |
---|---|---|---|
HSL | 0.81 | 0.29 | 0.76 |
HSV | 293° | 17° | 83° |
CMYK | 0.02 | 0.17 | 0.00 0.17 |
XYZ | 52.8200 | 48.6285 | 68.2303 |
Yxy | 48.6285 | 0.3113 | 0.2866 |
Hunter Lab | 69.7341 | 13.1698 | -9.1975 |
CIE-Lab | 75.2196 | 17.8891 | -13.8717 |
#cfafd3 color RGB value is (207,175,211).
#cfafd3 hex color red value is 207, green value is 175 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #cfafd3 hue: 0.81 , saturation: 0.29 and the lightness value of cfafd3 is 0.76.
The process color (four color CMYK) of #cfafd3 color hex is 0.02, 0.17, 0.00, 0.17. Web safe color of #cfafd3 is #cc99cc. Color #cfafd3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101111 | 11010011 |
Octal | 317 | 257 | 323 |
Decimal | 207 | 175 | 211 |
Hex | CF | AF | D3 |
Shades of #cfafd3
Tints of #cfafd3
RGB Percentages of Color #cfafd3
CMYK Percentages of Color #cfafd3
Complementary Color
#cfafd3 | #b3d3af |
#cfafd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfafd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfafd3 Color CSS Codes
.mybgcolor {background-color:#cfafd3; } .myforecolor {color:#cfafd3; } .mybordercolor {border:3px solid #cfafd3; }
#cfafd3 Text Font Color
<p style="color:#cfafd3">Text here</p>
This sample text font color is #cfafd3
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.
#cfafd3 Background Color
<div style="background-color:#cfafd3">
Div content here</div>
This div background color is #cfafd3
#cfafd3 Border Color
<div style="border:3px solid #cfafd3">
Div here</div>
This div border color is #cfafd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,175,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfafd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfafd3; -webkit-box-shadow: 1px 1px 3px 2px #cfafd3; box-shadow: 1px 1px 3px 2px #cfafd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,175,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfafd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfafd3; -webkit-box-shadow: 1px 1px 3px 2px #cfafd3; box-shadow: 1px 1px 3px 2px #cfafd3;">
Div content here</div>
This div box has shadow with color #cfafd3
Comments
No comments written yet.
Please login to write comment.