Color spaces of #cfcaba
RGB | 207 | 202 | 186 |
---|---|---|---|
HSL | 0.13 | 0.18 | 0.77 |
HSV | 46° | 10° | 81° |
CMYK | 0.00 | 0.02 | 0.10 0.19 |
XYZ | 55.7156 | 59.0516 | 54.9160 |
Yxy | 59.0516 | 0.3284 | 0.3480 |
Hunter Lab | 76.8450 | -5.0595 | 11.4209 |
CIE-Lab | 81.3200 | -1.0269 | 8.5931 |
#cfcaba color RGB value is (207,202,186).
#cfcaba hex color red value is 207, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cfcaba hue: 0.13 , saturation: 0.18 and the lightness value of cfcaba is 0.77.
The process color (four color CMYK) of #cfcaba color hex is 0.00, 0.02, 0.10, 0.19. Web safe color of #cfcaba is #cccccc. Color #cfcaba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001010 | 10111010 |
Octal | 317 | 312 | 272 |
Decimal | 207 | 202 | 186 |
Hex | CF | CA | BA |
Shades of #cfcaba
Tints of #cfcaba
RGB Percentages of Color #cfcaba
CMYK Percentages of Color #cfcaba
Complementary Color
#cfcaba | #babfcf |
#cfcaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcaba Color CSS Codes
.mybgcolor {background-color:#cfcaba; } .myforecolor {color:#cfcaba; } .mybordercolor {border:3px solid #cfcaba; }
#cfcaba Text Font Color
<p style="color:#cfcaba">Text here</p>
This sample text font color is #cfcaba
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.
#cfcaba Background Color
<div style="background-color:#cfcaba">
Div content here</div>
This div background color is #cfcaba
#cfcaba Border Color
<div style="border:3px solid #cfcaba">
Div here</div>
This div border color is #cfcaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,202,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcaba; -webkit-box-shadow: 1px 1px 3px 2px #cfcaba; box-shadow: 1px 1px 3px 2px #cfcaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,202,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfcaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcaba; -webkit-box-shadow: 1px 1px 3px 2px #cfcaba; box-shadow: 1px 1px 3px 2px #cfcaba;">
Div content here</div>
This div box has shadow with color #cfcaba
Comments
No comments written yet.
Please login to write comment.