Color spaces of #cfabc9
RGB | 207 | 171 | 201 |
---|---|---|---|
HSL | 0.86 | 0.27 | 0.74 |
HSV | 310° | 17° | 81° |
CMYK | 0.00 | 0.17 | 0.03 0.19 |
XYZ | 50.8377 | 46.6083 | 61.5752 |
Yxy | 46.6083 | 0.3197 | 0.2931 |
Hunter Lab | 68.2703 | 13.4477 | -5.6864 |
CIE-Lab | 73.9385 | 18.2029 | -10.3246 |
#cfabc9 color RGB value is (207,171,201).
#cfabc9 hex color red value is 207, green value is 171 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cfabc9 hue: 0.86 , saturation: 0.27 and the lightness value of cfabc9 is 0.74.
The process color (four color CMYK) of #cfabc9 color hex is 0.00, 0.17, 0.03, 0.19. Web safe color of #cfabc9 is #cc99cc. Color #cfabc9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101011 | 11001001 |
Octal | 317 | 253 | 311 |
Decimal | 207 | 171 | 201 |
Hex | CF | AB | C9 |
Shades of #cfabc9
Tints of #cfabc9
RGB Percentages of Color #cfabc9
CMYK Percentages of Color #cfabc9
Complementary Color
#cfabc9 | #abcfb1 |
#cfabc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfabc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfabc9 Color CSS Codes
.mybgcolor {background-color:#cfabc9; } .myforecolor {color:#cfabc9; } .mybordercolor {border:3px solid #cfabc9; }
#cfabc9 Text Font Color
<p style="color:#cfabc9">Text here</p>
This sample text font color is #cfabc9
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.
#cfabc9 Background Color
<div style="background-color:#cfabc9">
Div content here</div>
This div background color is #cfabc9
#cfabc9 Border Color
<div style="border:3px solid #cfabc9">
Div here</div>
This div border color is #cfabc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,171,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfabc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfabc9; -webkit-box-shadow: 1px 1px 3px 2px #cfabc9; box-shadow: 1px 1px 3px 2px #cfabc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,171,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfabc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfabc9; -webkit-box-shadow: 1px 1px 3px 2px #cfabc9; box-shadow: 1px 1px 3px 2px #cfabc9;">
Div content here</div>
This div box has shadow with color #cfabc9
Comments
No comments written yet.
Please login to write comment.