Color spaces of #cfbfca
RGB | 207 | 191 | 202 |
---|---|---|---|
HSL | 0.89 | 0.14 | 0.78 |
HSV | 319° | 8° | 81° |
CMYK | 0.00 | 0.08 | 0.02 0.19 |
XYZ | 55.0236 | 54.7913 | 63.5528 |
Yxy | 54.7913 | 0.3174 | 0.3160 |
Hunter Lab | 74.0211 | 3.1509 | 0.9098 |
CIE-Lab | 78.9209 | 7.5742 | -3.4863 |
#cfbfca color RGB value is (207,191,202).
#cfbfca hex color red value is 207, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cfbfca hue: 0.89 , saturation: 0.14 and the lightness value of cfbfca is 0.78.
The process color (four color CMYK) of #cfbfca color hex is 0.00, 0.08, 0.02, 0.19. Web safe color of #cfbfca is #cccccc. Color #cfbfca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111111 | 11001010 |
Octal | 317 | 277 | 312 |
Decimal | 207 | 191 | 202 |
Hex | CF | BF | CA |
Shades of #cfbfca
Tints of #cfbfca
RGB Percentages of Color #cfbfca
CMYK Percentages of Color #cfbfca
Complementary Color
#cfbfca | #bfcfc4 |
#cfbfca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbfca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbfca Color CSS Codes
.mybgcolor {background-color:#cfbfca; } .myforecolor {color:#cfbfca; } .mybordercolor {border:3px solid #cfbfca; }
#cfbfca Text Font Color
<p style="color:#cfbfca">Text here</p>
This sample text font color is #cfbfca
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.
#cfbfca Background Color
<div style="background-color:#cfbfca">
Div content here</div>
This div background color is #cfbfca
#cfbfca Border Color
<div style="border:3px solid #cfbfca">
Div here</div>
This div border color is #cfbfca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,191,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbfca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbfca; -webkit-box-shadow: 1px 1px 3px 2px #cfbfca; box-shadow: 1px 1px 3px 2px #cfbfca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,191,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbfca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbfca; -webkit-box-shadow: 1px 1px 3px 2px #cfbfca; box-shadow: 1px 1px 3px 2px #cfbfca;">
Div content here</div>
This div box has shadow with color #cfbfca
Comments
No comments written yet.
Please login to write comment.